[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.44 and 1.45

version 1.44, 2009/07/24 14:50:24 version 1.45, 2009/07/24 14:52:47
Line 617 
Line 617 
 will attempt to start it; this will fail unless sessions are created in the  will attempt to start it; this will fail unless sessions are created in the
 configuration file.  configuration file.
 .It Xo Ic bind-key  .It Xo Ic bind-key
 .Op Fl r  .Op Fl nr
 .Ar key Ar command Op Ar arguments  .Ar key Ar command Op Ar arguments
 .Xc  .Xc
 .D1 (alias: Ic bind )  .D1 (alias: Ic bind )
Line 632 
Line 632 
 for Ctrl keys, or  for Ctrl keys, or
 .Ql M-  .Ql M-
 for Alt (meta) keys.  for Alt (meta) keys.
   If
   .Fl n
   is specified, it is not necessary to use the prefix key,
   .Ar command
   is bound to
   .Ar key
   alone.
 The  The
 .Fl r  .Fl r
 flag indicates this key may repeat, see the  flag indicates this key may repeat, see the
Line 842 
Line 849 
 .Xc  .Xc
 .D1 (alias: Ic lsk )  .D1 (alias: Ic lsk )
 List all key bindings.  List all key bindings.
   Keys bound without the prefix key (see
   .Ic bind-key
   .Fl n )
   are enclosed in square brackets.
 .It Xo Ic list-sessions  .It Xo Ic list-sessions
 .Xc  .Xc
 .D1 (alias: Ic ls )  .D1 (alias: Ic ls )
Line 1613 
Line 1624 
 to  to
 .Ar target-session .  .Ar target-session .
 .It Xo Ic unbind-key  .It Xo Ic unbind-key
   .Op Fl n
 .Ar key  .Ar key
 .Xc  .Xc
 .D1 (alias: Ic unbind )  .D1 (alias: Ic unbind )
 Unbind the command bound to  Unbind the command bound to
 .Ar key .  .Ar key .
   If
   .Fl n
   is specified, the command bound to
   .Ar key
   without a prefix (if any) is removed.
 .It Xo Ic unlink-window  .It Xo Ic unlink-window
 .Op Fl k  .Op Fl k
 .Op Fl t Ar target-window  .Op Fl t Ar target-window

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45