aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
commit0926a2301443fad7280d1ed5ced73587faa815c8 (patch)
tree7aaad605b67fc57a35976f5ca21a72c749388db8 /tmux.1
parentf27fefd7b84633be67b7702c616ed398c87e8ec6 (diff)
downloadrtmux-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.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index d3c61bd7..46734315 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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