[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.290 and 1.291

version 1.290, 2012/04/23 22:23:14 version 1.291, 2012/04/29 17:20:01
Line 1258 
Line 1258 
 .Ar dst-pane  .Ar dst-pane
 may belong to the same window.  may belong to the same window.
 .It Xo Ic move-window  .It Xo Ic move-window
 .Op Fl dk  .Op Fl rdk
 .Op Fl s Ar src-window  .Op Fl s Ar src-window
 .Op Fl t Ar dst-window  .Op Fl t Ar dst-window
 .Xc  .Xc
Line 1269 
Line 1269 
 .Ar src-window  .Ar src-window
 is moved to  is moved to
 .Ar dst-window .  .Ar dst-window .
   With
   .Fl r ,
   all windows in the session are renumbered in sequential order, respecting
   the
   .Ic base-index
   option.
 .It Xo Ic new-window  .It Xo Ic new-window
 .Op Fl adkP  .Op Fl adkP
 .Op Fl c Ar start-directory  .Op Fl c Ar start-directory
Line 2122 
Line 2128 
 Set the key accepted as a prefix key.  Set the key accepted as a prefix key.
 .It Ic prefix2 Ar key  .It Ic prefix2 Ar key
 Set a secondary key accepted as a prefix key.  Set a secondary key accepted as a prefix key.
   .It Xo Ic renumber-windows
   .Op Ic on | off
   .Xc
   If on, when a window is closed in a session, automatically renumber the other
   windows in numerical order.
   This respects the
   .Ic base-index
   option if it has been set.
   If off, do not renumber the windows.
 .It Ic repeat-time Ar time  .It Ic repeat-time Ar time
 Allow multiple commands to be entered without pressing the prefix-key again  Allow multiple commands to be entered without pressing the prefix-key again
 in the specified  in the specified

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291