[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.709 and 1.710

version 1.709, 2020/01/29 08:28:17 version 1.710, 2020/02/05 13:06:49
Line 2691 
Line 2691 
 .Op key  .Op key
 .Xc  .Xc
 .D1 (alias: Ic lsk )  .D1 (alias: Ic lsk )
 List all key bindings.  List key bindings.
 By default this shows all keys or any bindings for  There are two forms: the default lists keys as
 .Ar key  
 in the syntax of the  
 .Ic bind-key  .Ic bind-key
 command.  commands;
 .Fl N  .Fl N
 instead show keys and attached notes, i  lists only keys with attached notes and shows only the key and note for each
 .Ar key-table  key.
 if given or in the  .Pp
   With the default form, all key tables are listed by default.
   .Fl T
   lists only keys in
   .Ar key-table .
   .Pp
   With the
   .Fl N
   form, only keys in the
 .Em root  .Em root
 and  and
 .Em prefix  .Em prefix
 key tables by default.  key tables are listed by default;
   .Fl T
   also lists only keys in
   .Ar key-table .
 .Fl P  .Fl P
 specifies a prefix to print before each key.  specifies a prefix to print before each key and
 With  
 .Fl 1  .Fl 1
 only the first matching key and note is shown.  lists only the first matching key.
 .Pp  .Pp
 Without  
 .Fl N ,  
 .Fl T  
 prints only keys in  
 .Ar key-table ,  
 otherwise all key tables are printed.  
 .It Xo Ic send-keys  .It Xo Ic send-keys
 .Op Fl FHlMRX  .Op Fl FHlMRX
 .Op Fl N Ar repeat-count  .Op Fl N Ar repeat-count

Legend:
Removed from v.1.709  
changed lines
  Added in v.1.710