diff options
-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 |