diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-06 21:51:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-06 21:51:02 +0000 |
commit | fe4f760eba0bd027f0c6f388fe5bc4e30f113b0e (patch) | |
tree | acff13c9ce9c037c3f503238fc7f62863c4d8dc0 /tmux.1 | |
parent | 3a4b82d27a9cde7f2cad8b4bb46e1b3456f2b862 (diff) | |
download | rtmux-fe4f760eba0bd027f0c6f388fe5bc4e30f113b0e.tar.gz rtmux-fe4f760eba0bd027f0c6f388fe5bc4e30f113b0e.tar.bz2 rtmux-fe4f760eba0bd027f0c6f388fe5bc4e30f113b0e.zip |
PatchSet 784
Date: 2010/11/11 20:54:06
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Flag to flush all key bindings from Rob Paisley.
Members:
cmd-unbind-key.c:1.7->1.8
tmux.1:1.188->1.189
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.270 2010-12-06 21:49:57 nicm Exp $ +.\" $Id: tmux.1,v 1.271 2010-12-06 21:51:02 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 1 2010 $ +.Dd $Mdocdate: November 11 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1479,7 +1479,7 @@ All arguments are sent sequentially from first to last. Send the prefix key to a window as if it was pressed. If multiple prefix keys are configured, only the first is sent. .It Xo Ic unbind-key -.Op Fl cn +.Op Fl acn .Op Fl t Ar key-table .Ar key .Xc @@ -1493,6 +1493,9 @@ the primary key bindings are modified; in this case, if is specified, the command bound to .Ar key without a prefix (if any) is removed. +If +.Fl a +is present, all key bindings are removed. .Pp If .Fl t |