diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 19:01:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 19:01:40 +0000 |
commit | 4cbbbddf22a74b7e3d13576641e650775880295c (patch) | |
tree | f451f5f4f9c88d13f9b6b4515ed349de82db3f63 | |
parent | 9cd5ba40d3adf23c7a93252ebc39e9d9a19a0664 (diff) | |
download | rtmux-4cbbbddf22a74b7e3d13576641e650775880295c.tar.gz rtmux-4cbbbddf22a74b7e3d13576641e650775880295c.tar.bz2 rtmux-4cbbbddf22a74b7e3d13576641e650775880295c.zip |
paste-buffer -d was not documented. From Kalle Olavi Niemitalo.
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -894,6 +894,9 @@ is used, move to the next window with a bell, activity or content alert. .Xc .D1 (alias: Ic pasteb ) Insert the contents of a paste buffer into the current window. +With +.Fl d , +also delete the paste buffer from the stack. .It Xo Ic previous-window .Op Fl a .Op Fl t Ar target-session |