diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-06-05 16:34:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-06-05 16:34:30 +0000 |
commit | ceed5cc9a936840a4e40718e0e30f44e71534c5a (patch) | |
tree | 7adc97dbe0a2885fc8f53a0a378eff1b787c7f0c /tmux.1 | |
parent | 0440d325d9dcef2170f2b7695d06d0ba10e9875d (diff) | |
download | rtmux-ceed5cc9a936840a4e40718e0e30f44e71534c5a.tar.gz rtmux-ceed5cc9a936840a4e40718e0e30f44e71534c5a.tar.bz2 rtmux-ceed5cc9a936840a4e40718e0e30f44e71534c5a.zip |
Support the status_replace # replacement sequences in the pipe-pane
command, thanks to Andrea Barisani.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1124,6 +1124,11 @@ A pane may only be piped to one command at a time, any existing pipe is closed before .Ar shell-command is executed. +The +.Ar shell-command +string may contain the special character sequences supported by the +.Ic status-left +command. If no .Ar shell-command is given, the current pipe (if any) is closed. @@ -1133,7 +1138,7 @@ The 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' +bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P' .Ed .It Xo Ic previous-window .Op Fl a |