[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.908 and 1.909

version 1.908, 2022/11/11 08:37:55 version 1.909, 2022/12/16 08:13:40
Line 3212 
Line 3212 
 lists the command for keys that do not have a note rather than skipping them.  lists the command for keys that do not have a note rather than skipping them.
 .Tg send  .Tg send
 .It Xo Ic send-keys  .It Xo Ic send-keys
 .Op Fl FHlMRX  .Op Fl FHKlMRX
   .Op Fl c Ar target-client
 .Op Fl N Ar repeat-count  .Op Fl N Ar repeat-count
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Ar key Ar ...  .Ar key Ar ...
 .Xc  .Xc
 .D1 Pq alias: Ic send  .D1 Pq alias: Ic send
 Send a key or keys to a window.  Send a key or keys to a window or client.
 Each argument  Each argument
 .Ar key  .Ar key
 is the name of the key (such as  is the name of the key (such as
Line 3227 
Line 3228 
 .Ql NPage )  .Ql NPage )
 to send; if the string is not recognised as a key, it is sent as a series of  to send; if the string is not recognised as a key, it is sent as a series of
 characters.  characters.
   If
   .Fl K
   is given, keys are sent to
   .Ar target-client ,
   so they are looked up in the client's key table, rather than to
   .Ar target-pane .
 All arguments are sent sequentially from first to last.  All arguments are sent sequentially from first to last.
 If no keys are given and the command is bound to a key, then that key is used.  If no keys are given and the command is bound to a key, then that key is used.
 .Pp  .Pp

Legend:
Removed from v.1.908  
changed lines
  Added in v.1.909