mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										84
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										84
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1349,11 +1349,41 @@ bind-key -Troot   a switch-client -Ttable1
 | 
				
			|||||||
.Ed
 | 
					.Ed
 | 
				
			||||||
.El
 | 
					.El
 | 
				
			||||||
.Sh WINDOWS AND PANES
 | 
					.Sh WINDOWS AND PANES
 | 
				
			||||||
A
 | 
					Each window displayed by
 | 
				
			||||||
.Nm
 | 
					.Nm
 | 
				
			||||||
window may be in one of two modes.
 | 
					may be split into one or more
 | 
				
			||||||
The default permits direct access to the terminal attached to the window.
 | 
					.Em panes ;
 | 
				
			||||||
The other is copy mode, which permits a section of a window or its
 | 
					each pane takes up a certain area of the display and is a separate terminal.
 | 
				
			||||||
 | 
					A window may be split into panes using the
 | 
				
			||||||
 | 
					.Ic split-window
 | 
				
			||||||
 | 
					command.
 | 
				
			||||||
 | 
					Windows may be split horizontally (with the
 | 
				
			||||||
 | 
					.Fl h
 | 
				
			||||||
 | 
					flag) or vertically.
 | 
				
			||||||
 | 
					Panes may be resized with the
 | 
				
			||||||
 | 
					.Ic resize-pane
 | 
				
			||||||
 | 
					command (bound to
 | 
				
			||||||
 | 
					.Ql C-Up ,
 | 
				
			||||||
 | 
					.Ql C-Down
 | 
				
			||||||
 | 
					.Ql C-Left
 | 
				
			||||||
 | 
					and
 | 
				
			||||||
 | 
					.Ql C-Right
 | 
				
			||||||
 | 
					by default), the current pane may be changed with the
 | 
				
			||||||
 | 
					.Ic select-pane
 | 
				
			||||||
 | 
					command and the
 | 
				
			||||||
 | 
					.Ic rotate-window
 | 
				
			||||||
 | 
					and
 | 
				
			||||||
 | 
					.Ic swap-pane
 | 
				
			||||||
 | 
					commands may be used to swap panes without changing their position.
 | 
				
			||||||
 | 
					Panes are numbered beginning from zero in the order they are created.
 | 
				
			||||||
 | 
					.Pp
 | 
				
			||||||
 | 
					By default, a
 | 
				
			||||||
 | 
					.Nm
 | 
				
			||||||
 | 
					pane permits direct access to the terminal contained in the pane.
 | 
				
			||||||
 | 
					A pane may also be put into one of several modes:
 | 
				
			||||||
 | 
					.Bl -dash -offset indent
 | 
				
			||||||
 | 
					.It
 | 
				
			||||||
 | 
					Copy mode, which permits a section of a window or its
 | 
				
			||||||
history to be copied to a
 | 
					history to be copied to a
 | 
				
			||||||
.Em paste buffer
 | 
					.Em paste buffer
 | 
				
			||||||
for later insertion into another window.
 | 
					for later insertion into another window.
 | 
				
			||||||
@@ -1362,9 +1392,21 @@ This mode is entered with the
 | 
				
			|||||||
command, bound to
 | 
					command, bound to
 | 
				
			||||||
.Ql \&[
 | 
					.Ql \&[
 | 
				
			||||||
by default.
 | 
					by default.
 | 
				
			||||||
It is also entered when a command that produces output, such as
 | 
					.It
 | 
				
			||||||
 | 
					View mode, which is like copy mode but is entered when a command that produces
 | 
				
			||||||
 | 
					output, such as
 | 
				
			||||||
.Ic list-keys ,
 | 
					.Ic list-keys ,
 | 
				
			||||||
is executed from a key binding.
 | 
					is executed from a key binding.
 | 
				
			||||||
 | 
					.It
 | 
				
			||||||
 | 
					Choose mode, which allows an item to be chosen from a list.
 | 
				
			||||||
 | 
					This may be a client, a session or window or pane, or a buffer.
 | 
				
			||||||
 | 
					This mode is entered with the
 | 
				
			||||||
 | 
					.Ic choose-buffer ,
 | 
				
			||||||
 | 
					.Ic choose-client
 | 
				
			||||||
 | 
					and
 | 
				
			||||||
 | 
					.Ic choose-tree
 | 
				
			||||||
 | 
					commands.
 | 
				
			||||||
 | 
					.El
 | 
				
			||||||
.Pp
 | 
					.Pp
 | 
				
			||||||
In copy mode an indicator is displayed in the top-right corner of the pane with
 | 
					In copy mode an indicator is displayed in the top-right corner of the pane with
 | 
				
			||||||
the current position and the number of lines in the history.
 | 
					the current position and the number of lines in the history.
 | 
				
			||||||
@@ -1526,37 +1568,7 @@ bind PageUp copy-mode -eu
 | 
				
			|||||||
.Ed
 | 
					.Ed
 | 
				
			||||||
.El
 | 
					.El
 | 
				
			||||||
.Pp
 | 
					.Pp
 | 
				
			||||||
Each window displayed by
 | 
					A number of preset arrangements of panes are available, these are called layouts.
 | 
				
			||||||
.Nm
 | 
					 | 
				
			||||||
may be split into one or more
 | 
					 | 
				
			||||||
.Em panes ;
 | 
					 | 
				
			||||||
each pane takes up a certain area of the display and is a separate terminal.
 | 
					 | 
				
			||||||
A window may be split into panes using the
 | 
					 | 
				
			||||||
.Ic split-window
 | 
					 | 
				
			||||||
command.
 | 
					 | 
				
			||||||
Windows may be split horizontally (with the
 | 
					 | 
				
			||||||
.Fl h
 | 
					 | 
				
			||||||
flag) or vertically.
 | 
					 | 
				
			||||||
Panes may be resized with the
 | 
					 | 
				
			||||||
.Ic resize-pane
 | 
					 | 
				
			||||||
command (bound to
 | 
					 | 
				
			||||||
.Ql C-Up ,
 | 
					 | 
				
			||||||
.Ql C-Down
 | 
					 | 
				
			||||||
.Ql C-Left
 | 
					 | 
				
			||||||
and
 | 
					 | 
				
			||||||
.Ql C-Right
 | 
					 | 
				
			||||||
by default), the current pane may be changed with the
 | 
					 | 
				
			||||||
.Ic select-pane
 | 
					 | 
				
			||||||
command and the
 | 
					 | 
				
			||||||
.Ic rotate-window
 | 
					 | 
				
			||||||
and
 | 
					 | 
				
			||||||
.Ic swap-pane
 | 
					 | 
				
			||||||
commands may be used to swap panes without changing their position.
 | 
					 | 
				
			||||||
Panes are numbered beginning from zero in the order they are created.
 | 
					 | 
				
			||||||
.Pp
 | 
					 | 
				
			||||||
A number of preset
 | 
					 | 
				
			||||||
.Em layouts
 | 
					 | 
				
			||||||
are available.
 | 
					 | 
				
			||||||
These may be selected with the
 | 
					These may be selected with the
 | 
				
			||||||
.Ic select-layout
 | 
					.Ic select-layout
 | 
				
			||||||
command or cycled with
 | 
					command or cycled with
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user