From 0926a2301443fad7280d1ed5ced73587faa815c8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 1 Dec 2009 18:42:38 +0000 Subject: New command, capture-pane, which copies the entire pane contents to a paste buffer. From Jonathan Alvarado. --- tmux.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.1') 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 -- cgit