diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-11-11 20:54:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-11-11 20:54:06 +0000 |
commit | 17b56562c421b1f5b8634b12002e6d5cc0f49582 (patch) | |
tree | 76ae776f560baceac71f38f0362f19dfb25dd435 /tmux.1 | |
parent | c7fccfa2998b386aa633fc76496ad42094fcaafb (diff) | |
download | rtmux-17b56562c421b1f5b8634b12002e6d5cc0f49582.tar.gz rtmux-17b56562c421b1f5b8634b12002e6d5cc0f49582.tar.bz2 rtmux-17b56562c421b1f5b8634b12002e6d5cc0f49582.zip |
Flag to flush all key bindings from Rob Paisley.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |