[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.737 and 1.738

version 1.737, 2020/04/12 08:13:41 version 1.738, 2020/04/12 08:36:18
Line 1055 
Line 1055 
 .Ar command  .Ar command
 or - if omitted - of all commands supported by  or - if omitted - of all commands supported by
 .Nm .  .Nm .
 .It Ic list-sessions Op Fl F Ar format  .It Xo Ic list-sessions
   .Op Fl F Ar format
   .Op Fl f Ar filter
   .Xc
 .D1 (alias: Ic ls )  .D1 (alias: Ic ls )
 List all sessions managed by the server.  List all sessions managed by the server.
 For the meaning of the  
 .Fl F  .Fl F
 flag, see the  specifies the format of each line and
   .Fl f
   a filter.
   Only sessions for which the filter is true are shown.
   See the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 .It Ic lock-client Op Fl t Ar target-client  .It Ic lock-client Op Fl t Ar target-client
Line 2062 
Line 2068 
 .It Xo Ic list-panes  .It Xo Ic list-panes
 .Op Fl as  .Op Fl as
 .Op Fl F Ar format  .Op Fl F Ar format
   .Op Fl f Ar filter
 .Op Fl t Ar target  .Op Fl t Ar target
 .Xc  .Xc
 .D1 (alias: Ic lsp )  .D1 (alias: Ic lsp )
Line 2078 
Line 2085 
 If neither is given,  If neither is given,
 .Ar target  .Ar target
 is a window (or the current window).  is a window (or the current window).
 For the meaning of the  
 .Fl F  .Fl F
 flag, see the  specifies the format of each line and
   .Fl f
   a filter.
   Only panes for which the filter is true are shown.
   See the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 .It Xo Ic list-windows  .It Xo Ic list-windows
 .Op Fl a  .Op Fl a
 .Op Fl F Ar format  .Op Fl F Ar format
   .Op Fl f Ar filter
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Xc  .Xc
 .D1 (alias: Ic lsw )  .D1 (alias: Ic lsw )
Line 2094 
Line 2105 
 is given, list all windows on the server.  is given, list all windows on the server.
 Otherwise, list windows in the current session or in  Otherwise, list windows in the current session or in
 .Ar target-session .  .Ar target-session .
 For the meaning of the  
 .Fl F  .Fl F
 flag, see the  specifies the format of each line and
   .Fl f
   a filter.
   Only windows for which the filter is true are shown.
   See the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 .It Xo Ic move-pane  .It Xo Ic move-pane
Line 5261 
Line 5275 
 or the most recently added automatically named buffer if not specified.  or the most recently added automatically named buffer if not specified.
 .It Xo Ic list-buffers  .It Xo Ic list-buffers
 .Op Fl F Ar format  .Op Fl F Ar format
   .Op Fl f Ar filter
 .Xc  .Xc
 .D1 (alias: Ic lsb )  .D1 (alias: Ic lsb )
 List the global buffers.  List the global buffers.
 For the meaning of the  
 .Fl F  .Fl F
 flag, see the  specifies the format of each line and
   .Fl f
   a filter.
   Only buffers for which the filter is true are shown.
   See the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
 .It Xo Ic load-buffer  .It Xo Ic load-buffer

Legend:
Removed from v.1.737  
changed lines
  Added in v.1.738