[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.832 and 1.833

version 1.832, 2021/04/07 12:50:12 version 1.833, 2021/04/12 06:50:25
Line 1985 
Line 1985 
 .Op Fl NrZ  .Op Fl NrZ
 .Op Fl F Ar format  .Op Fl F Ar format
 .Op Fl f Ar filter  .Op Fl f Ar filter
   .Op Fl K Ar key-format
 .Op Fl O Ar sort-order  .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
 Put a pane into client mode, allowing a client to be selected interactively from  Put a pane into client mode, allowing a client to be selected interactively from
 a list.  a list.
   Each client is shown on one line.
   A shortcut key is shown on the left in brackets allowing for immediate choice,
   or the list may be navigated and an item chosen or otherwise manipulated using
   the keys below.
 .Fl Z  .Fl Z
 zooms the pane.  zooms the pane.
 The following keys may be used in client mode:  The following keys may be used in client mode:
Line 2040 
Line 2045 
 the item in the list is not shown, otherwise it is shown.  the item in the list is not shown, otherwise it is shown.
 If a filter would lead to an empty list, it is ignored.  If a filter would lead to an empty list, it is ignored.
 .Fl F  .Fl F
 specifies the format for each item in the list.  specifies the format for each item in the list and
   .Fl K
   a format for each shortcut key; both are evaluated once for each line.
 .Fl N  .Fl N
 starts without the preview.  starts without the preview.
 This command works only if at least one client is attached.  This command works only if at least one client is attached.
Line 2049 
Line 2056 
 .Op Fl GNrswZ  .Op Fl GNrswZ
 .Op Fl F Ar format  .Op Fl F Ar format
 .Op Fl f Ar filter  .Op Fl f Ar filter
   .Op Fl K Ar key-format
 .Op Fl O Ar sort-order  .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
 Put a pane into tree mode, where a session, window or pane may be chosen  Put a pane into tree mode, where a session, window or pane may be chosen
 interactively from a list.  interactively from a tree.
   Each session, window or pane is shown on one line.
   A shortcut key is shown on the left in brackets allowing for immediate choice,
   or the tree may be navigated and an item chosen or otherwise manipulated using
   the keys below.
 .Fl s  .Fl s
 starts with sessions collapsed and  starts with sessions collapsed and
 .Fl w  .Fl w
Line 2113 
Line 2125 
 the item in the list is not shown, otherwise it is shown.  the item in the list is not shown, otherwise it is shown.
 If a filter would lead to an empty list, it is ignored.  If a filter would lead to an empty list, it is ignored.
 .Fl F  .Fl F
 specifies the format for each item in the tree.  specifies the format for each item in the tree and
   .Fl K
   a format for each shortcut key; both are evaluated once for each line.
 .Fl N  .Fl N
 starts without the preview.  starts without the preview.
 .Fl G  .Fl G
Line 4663 
Line 4677 
 multiplies 5.5 by 3 for a result with four decimal places and  multiplies 5.5 by 3 for a result with four decimal places and
 .Ql #{e|%%:7,3}  .Ql #{e|%%:7,3}
 returns the modulus of 7 and 3.  returns the modulus of 7 and 3.
   .Ql a
   replaces a numeric argument by its ASCII equivalent, so
   .Ql #{a:98}
   results in
   .Ql b .
 .Pp  .Pp
 A limit may be placed on the length of the resultant string by prefixing it  A limit may be placed on the length of the resultant string by prefixing it
 by an  by an
Line 5681 
Line 5700 
 .Op Fl NZr  .Op Fl NZr
 .Op Fl F Ar format  .Op Fl F Ar format
 .Op Fl f Ar filter  .Op Fl f Ar filter
   .Op Fl K Ar key-format
 .Op Fl O Ar sort-order  .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
 Put a pane into buffer mode, where a buffer may be chosen interactively from  Put a pane into buffer mode, where a buffer may be chosen interactively from
 a list.  a list.
   Each buffer is shown on one line.
   A shortcut key is shown on the left in brackets allowing for immediate choice,
   or the list may be navigated and an item chosen or otherwise manipulated using
   the keys below.
 .Fl Z  .Fl Z
 zooms the pane.  zooms the pane.
 The following keys may be used in buffer mode:  The following keys may be used in buffer mode:
Line 5734 
Line 5758 
 the item in the list is not shown, otherwise it is shown.  the item in the list is not shown, otherwise it is shown.
 If a filter would lead to an empty list, it is ignored.  If a filter would lead to an empty list, it is ignored.
 .Fl F  .Fl F
 specifies the format for each item in the list.  specifies the format for each item in the list and
   .Fl K
   a format for each shortcut key; both are evaluated once for each line.
 .Fl N  .Fl N
 starts without the preview.  starts without the preview.
 This command works only if at least one client is attached.  This command works only if at least one client is attached.

Legend:
Removed from v.1.832  
changed lines
  Added in v.1.833