[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.106 and 1.107

version 1.106, 2009/10/11 08:58:05 version 1.107, 2009/10/11 10:04:27
Line 840 
Line 840 
 If  If
 .Fl a  .Fl a
 is used, move to the next window with a bell, activity or content alert.  is used, move to the next window with a bell, activity or content alert.
   .It Xo Ic pipe-pane
   .Op Fl o
   .Op Fl t Ar target-pane
   .Op Ar command
   .Xc
   .D1 (alias: Ic pipep )
   Pipe any output sent by the program in
   .Ar target-pane
   to a shell command.
   A pane may only be piped to one command at a time, any existing pipe is
   closed before
   .Ar command
   is executed.
   If no
   .Ar command
   is given, the current pipe (if any) is closed.
   .Pp
   The
   .Fl o
   option only opens a new pipe if no previous pipe exists, allowing a pipe to
   be toggled with a single key, for example:
   .Bd -literal -offset indent
   bind-key C-p pipe-pane -o 'cat >>~/output'
   .Ed
 .It Xo Ic previous-window  .It Xo Ic previous-window
 .Op Fl a  .Op Fl a
 .Op Fl t Ar target-session  .Op Fl t Ar target-session

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107