[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.678 and 1.679

version 1.678, 2019/07/19 07:18:03 version 1.679, 2019/07/30 10:10:02
Line 1344 
Line 1344 
 .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.
Line 1357 
Line 1387 
 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.
Line 1521 
Line 1563 
 .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

Legend:
Removed from v.1.678  
changed lines
  Added in v.1.679