diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-18 21:02:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-03-18 21:02:41 +0000 |
commit | 2307b91ecbd20914bcb2da30bc85e3cc79b0eba1 (patch) | |
tree | b4ab49a79311b68e554d54956f782bbf73130f51 /tmux.1 | |
parent | a2c87eb89912068b341f9f492c848768438c4043 (diff) | |
download | rtmux-2307b91ecbd20914bcb2da30bc85e3cc79b0eba1.tar.gz rtmux-2307b91ecbd20914bcb2da30bc85e3cc79b0eba1.tar.bz2 rtmux-2307b91ecbd20914bcb2da30bc85e3cc79b0eba1.zip |
paste-buffer should be per pane, from C. Coutinho.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.240 2010-03-16 17:51:32 nicm Exp $ +.\" $Id: tmux.1,v 1.241 2010-03-18 21:02:41 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2360,10 +2360,11 @@ Load the contents of the specified paste buffer from .It Xo Ic paste-buffer .Op Fl dr .Op Fl b Ar buffer-index -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Xc .D1 (alias: Ic pasteb ) -Insert the contents of a paste buffer into the current window. +Insert the contents of a paste buffer into the specified pane. +If not specified, paste into the current one. With .Fl d , also delete the paste buffer from the stack. |