[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.75 and 1.76

version 1.75, 2009/08/23 18:21:02 version 1.76, 2009/08/25 12:18:51
Line 622 
Line 622 
 If  If
 .Fl d  .Fl d
 is given, the new window does not become the current window.  is given, the new window does not become the current window.
 .It Ic choose-session Op Fl t Ar target-window  .It Xo
 Put a window into session choice mode, where the session for the current  .Ic choose-client
 client may be selected interactively from a list.  .Op Fl t Ar target-window
   .Op Ar template
   .Xc
   Put a window into client choice mode, allowing a client to be selected
   interactively from a list.
   After a client is chosen,
   .Ql %%
   is replaced by the client
   .Xr pty 4
   path in
   .Ar template
   and the result executed as a command.
   If
   .Ar template
   is not given, "detach-client -t '%%'" is used.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Ic choose-window Op Fl t Ar target-window  .It Xo
 Put a window into window choice mode, where the window for the session  .Ic choose-session
 attached to the current client may be selected interactively from a list.  .Op Fl t Ar target-window
   .Op Ar template
   .Xc
   Put a window into session choice mode, where a session may be selected
   interactively from a list.
   When one is chosen,
   .Ql %%
   is replaced by the session name in
   .Ar template
   and the result executed as a command.
   If
   .Ar template
   is not given, "switch-client -t '%%'" is used.
   This command works only from inside
   .Nm .
   .It Xo
   .Ic choose-window
   .Op Fl t Ar target-window
   .Op Ar template
   .Xc
   Put a window into window choice mode, where a window may be chosen
   interactively from a list.
   After a window is selected,
   .Ql %%
   is replaced by the session name and window index in
   .Ar template
   and the result executed as a command.
   If
   .Ar template
   is not given, "select-window -t '%%'" is used.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Ic down-pane Op Fl t Ar target-pane  .It Ic down-pane Op Fl t Ar target-pane

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76