[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.680 and 1.681

version 1.680, 2019/08/01 08:42:34 version 1.681, 2019/08/14 09:58:31
Line 1291 
Line 1291 
 .Dv SIGTSTP  .Dv SIGTSTP
 (tty stop).  (tty stop).
 .It Xo Ic switch-client  .It Xo Ic switch-client
 .Op Fl Elnpr  .Op Fl ElnprZ
 .Op Fl c Ar target-client  .Op Fl c Ar target-client
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Op Fl T Ar key-table  .Op Fl T Ar key-table
Line 1308 
Line 1308 
 .Ql \&.  .Ql \&.
 or  or
 .Ql % ) ,  .Ql % ) ,
 in which case the session, window and pane are all changed.  to change session, window and pane.
   In that case,
   .Fl Z
   keeps the window zoomed if it was zoomed.
 If  If
 .Fl l ,  .Fl l ,
 .Fl n  .Fl n
Line 1934 
Line 1937 
 option kills all but the window given with  option kills all but the window given with
 .Fl t .  .Fl t .
 .It Xo Ic last-pane  .It Xo Ic last-pane
 .Op Fl de  .Op Fl deZ
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Xc  .Xc
 .D1 (alias: Ic lastp )  .D1 (alias: Ic lastp )
 Select the last (previously selected) pane.  Select the last (previously selected) pane.
   .Fl Z
   keeps the window zoomed if it was zoomed.
 .Fl e  .Fl e
 enables or  enables or
 .Fl d  .Fl d
Line 2320 
Line 2325 
 .Ic new-window  .Ic new-window
 command.  command.
 .It Xo Ic rotate-window  .It Xo Ic rotate-window
 .Op Fl DU  .Op Fl DUZ
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Xc  .Xc
 .D1 (alias: Ic rotatew )  .D1 (alias: Ic rotatew )
Line 2328 
Line 2333 
 lower) with  lower) with
 .Fl U  .Fl U
 or downward (numerically higher).  or downward (numerically higher).
   .Fl Z
   keeps the window zoomed if it was zoomed.
 .It Xo Ic select-layout  .It Xo Ic select-layout
 .Op Fl Enop  .Op Fl Enop
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
Line 2351 
Line 2358 
 .Fl E  .Fl E
 spreads the current pane and any panes next to it out evenly.  spreads the current pane and any panes next to it out evenly.
 .It Xo Ic select-pane  .It Xo Ic select-pane
 .Op Fl DdeLlMmRU  .Op Fl DdeLlMmRUZ
 .Op Fl T Ar title  .Op Fl T Ar title
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Xc  .Xc
Line 2368 
Line 2375 
 .Fl U  .Fl U
 is used, respectively the pane below, to the left, to the right, or above the  is used, respectively the pane below, to the left, to the right, or above the
 target pane is used.  target pane is used.
   .Fl Z
   keeps the window zoomed if it was zoomed.
 .Fl l  .Fl l
 is the same as using the  is the same as using the
 .Ic last-pane  .Ic last-pane
Line 2473 
Line 2482 
 .Ic new-window  .Ic new-window
 command.  command.
 .It Xo Ic swap-pane  .It Xo Ic swap-pane
 .Op Fl dDU  .Op Fl dDUZ
 .Op Fl s Ar src-pane  .Op Fl s Ar src-pane
 .Op Fl t Ar dst-pane  .Op Fl t Ar dst-pane
 .Xc  .Xc
Line 2490 
Line 2499 
 .Fl d  .Fl d
 instructs  instructs
 .Nm  .Nm
 not to change the active pane.  not to change the active pane and
   .Fl Z
   keeps the window zoomed if it was zoomed.
 .Pp  .Pp
 If  If
 .Fl s  .Fl s

Legend:
Removed from v.1.680  
changed lines
  Added in v.1.681