mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Unzoom on last-pane and fix a typo, from Romain Francoise.
This commit is contained in:
		@@ -80,6 +80,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
			return (CMD_RETURN_ERROR);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		server_unzoom_window(wl->window);
 | 
			
		||||
		window_set_active_pane(wl->window, wl->window->last);
 | 
			
		||||
		server_status_window(wl->window);
 | 
			
		||||
		server_redraw_window_borders(wl->window);
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1619,7 +1619,7 @@ is given in lines or cells (the default is 1).
 | 
			
		||||
.Pp
 | 
			
		||||
With
 | 
			
		||||
.Fl Z ,
 | 
			
		||||
the active pane is toggled between occupying the whole of the window and it's
 | 
			
		||||
the active pane is toggled between occupying the whole of the window and its
 | 
			
		||||
normal position in the layout.
 | 
			
		||||
.It Xo Ic respawn-pane
 | 
			
		||||
.Op Fl k
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user