diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:10:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:10:35 +0000 |
commit | ef5f356da2a40592b3583059af8a4a7f163da27a (patch) | |
tree | 2b947c7e0aefb08ab2467e22000d9e19fc9cd00e | |
parent | 1919deab1ff1384df610b3d5e8fd961845ba6433 (diff) | |
download | rtmux-ef5f356da2a40592b3583059af8a4a7f163da27a.tar.gz rtmux-ef5f356da2a40592b3583059af8a4a7f163da27a.tar.bz2 rtmux-ef5f356da2a40592b3583059af8a4a7f163da27a.zip |
paste-buffer -d was not documented. From Kalle Olavi Niemitalo.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.109 2009-07-12 17:07:58 nicm Exp $ +.\" $Id: tmux.1,v 1.110 2009-07-12 17:10:35 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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 |