From ef5f356da2a40592b3583059af8a4a7f163da27a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 12 Jul 2009 17:10:35 +0000 Subject: [PATCH] paste-buffer -d was not documented. From Kalle Olavi Niemitalo. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 47a7a66f..932d5fc9 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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