diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 13:21:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 13:21:16 +0000 |
commit | 058772e4e6277b4a07586c68ca5af06a90fdd340 (patch) | |
tree | 150e9a90af0782072367ae23ccb710e02f0b909d /tmux.1 | |
parent | 7d6896ae792a26afb9204a3dc0d52c6c1a72cd59 (diff) | |
download | rtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.tar.gz rtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.tar.bz2 rtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.zip |
- confirm-before command.
- Bound "&" and "x" by default to confirm-before "kill-window" and
confirm-before "kill-pane", respectively.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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 |