diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-01 18:42:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-01 18:42:38 +0000 |
commit | 0926a2301443fad7280d1ed5ced73587faa815c8 (patch) | |
tree | 7aaad605b67fc57a35976f5ca21a72c749388db8 /tmux.1 | |
parent | f27fefd7b84633be67b7702c616ed398c87e8ec6 (diff) | |
download | rtmux-0926a2301443fad7280d1ed5ced73587faa815c8.tar.gz rtmux-0926a2301443fad7280d1ed5ced73587faa815c8.tar.bz2 rtmux-0926a2301443fad7280d1ed5ced73587faa815c8.zip |
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -664,6 +664,13 @@ off from its containing window to make it the only pane in a new window. If .Fl d is given, the new window does not become the current window. +.It Xo Ic capture-pane +.Op Fl b Ar buffer-index +.Op Fl t Ar target-pane +.Xc +.D1 (alias: Ic capturep ) +Capture the contents of a pane to the specified buffer, or a new buffer if none +is specified. .It Xo .Ic choose-client .Op Fl t Ar target-window |