[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.177 and 1.178

version 1.177, 2010/06/21 01:46:36 version 1.178, 2010/06/21 21:44:09
Line 248 
Line 248 
 Enter the  Enter the
 .Nm  .Nm
 command prompt.  command prompt.
   .It =
   Choose which buffer to paste interactively from a list.
 .It \&?  .It \&?
 List all key bindings.  List all key bindings.
 .It D  .It D
Line 2447 
Line 2449 
 .Pp  .Pp
 The buffer commands are as follows:  The buffer commands are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Xo
   .Ic choose-buffer
   .Op Fl t Ar target-window
   .Op Ar template
   .Xc
   Put a window into buffer choice mode, where a buffer may be chosen
   interactively from a list.
   After a buffer is selected,
   .Ql %%
   is replaced by the buffer index in
   .Ar template
   and the result executed as a command.
   If
   .Ar template
   is not given, "paste-buffer -b '%%'" is used.
   This command works only from inside
   .Nm .
 .It Ic clear-history Op Fl t Ar target-pane  .It Ic clear-history Op Fl t Ar target-pane
 .D1 (alias: Ic clearhist )  .D1 (alias: Ic clearhist )
 Remove and free the history for the specified pane.  Remove and free the history for the specified pane.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178