diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-03-22 19:13:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-03-22 19:13:28 +0000 |
commit | 9abbe349af66a749202cd1df42b32a0997b0ba6f (patch) | |
tree | 08e80e5e8a0454e6bf739019b59c82df9c89172b /tmux.1 | |
parent | 509ce7f76697841eecfa11a8137d5ba03ce349da (diff) | |
download | rtmux-9abbe349af66a749202cd1df42b32a0997b0ba6f.tar.gz rtmux-9abbe349af66a749202cd1df42b32a0997b0ba6f.tar.bz2 rtmux-9abbe349af66a749202cd1df42b32a0997b0ba6f.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$ +.\" $OpenBSD$ .\" .\" 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. |