[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.155 and 1.156

version 1.155, 2010/03/02 00:32:41 version 1.156, 2010/03/22 19:07:52
Line 336 
Line 336 
 first attempts to use the argument as a pane index; if that fails, it is looked  first attempts to use the argument as a pane index; if that fails, it is looked
 up as for  up as for
 .Ar target-window .  .Ar target-window .
   A
   .Ql +
   or
   .Ql -
   indicate the next or previous pane index, respectively.
 One of the strings  One of the strings
 .Em top ,  .Em top ,
 .Em bottom ,  .Em bottom ,
Line 727 
Line 732 
 and  and
 .Ql C-right  .Ql C-right
 by default), the current pane may be changed with the  by default), the current pane may be changed with the
 .Ic up-pane  .Ic select-pane
 and  command and the
 .Ic down-pane  
 commands and the  
 .Ic rotate-window  .Ic rotate-window
 and  and
 .Ic swap-pane  .Ic swap-pane
Line 859 
Line 862 
 to  to
 .Ql 9  .Ql 9
 keys.  keys.
 .It Ic down-pane Op Fl t Ar target-pane  
 .D1 (alias: Ic downp )  
 Change the active pane to the next pane (higher index).  
 .It Xo Ic find-window  .It Xo Ic find-window
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Ar match-string  .Ar match-string
Line 1103 
Line 1103 
 If  If
 .Ar layout-name  .Ar layout-name
 is not given, the last layout used (if any) is reapplied.  is not given, the last layout used (if any) is reapplied.
 .It Ic select-pane Op Fl t Ar target-pane  .It Xo Ic select-pane
   .Op Fl DLRU
   .Op Fl t Ar target-pane
   .Xc
 .D1 (alias: Ic selectp )  .D1 (alias: Ic selectp )
 Make pane  Make pane
 .Ar target-pane  .Ar target-pane
 the active pane in window  the active pane in window
 .Ar target-window .  .Ar target-window .
   If one of
   .Fl D ,
   .Fl L ,
   .Fl R ,
   or
   .Fl U
   is used, respectively the pane below, to the left, to the right, or above the
   target pane is used.
 .It Ic select-window Op Fl t Ar target-window  .It Ic select-window Op Fl t Ar target-window
 .D1 (alias: Ic selectw )  .D1 (alias: Ic selectw )
 Select the window at  Select the window at
Line 1184 
Line 1195 
 .Fl k  .Fl k
 is specified and the window is linked to only one session, it is unlinked and  is specified and the window is linked to only one session, it is unlinked and
 destroyed.  destroyed.
 .It Ic up-pane Op Fl t Ar target-pane  
 .D1 (alias: Ic upp )  
 Change the active pane to the previous pane (lower index).  
 .El  .El
 .Sh KEY BINDINGS  .Sh KEY BINDINGS
 .Nm  .Nm

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156