From 058772e4e6277b4a07586c68ca5af06a90fdd340 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 27 Apr 2009 13:21:16 +0000 Subject: - confirm-before command. - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively. --- tmux.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 82071d6a..7ee029d7 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.89 2009-04-21 20:06:46 nicm Exp $ +.\" $Id: tmux.1,v 1.90 2009-04-27 13:21:16 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -493,6 +493,14 @@ If .Ar template is specified, it is used as the command; any %% in the template will be replaced by what is entered at the prompt. +.It Xo Ic confirm-before +.Ar command +.Xc +.D1 (alias: Ic confirm) +Asks for confirmation before executing +.Ar command . +This command works only from inside +.Nm . .It Xo Ic copy-buffer .Op Fl a Ar src-index .Op Fl b Ar dst-index -- cgit