From 17b56562c421b1f5b8634b12002e6d5cc0f49582 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 11 Nov 2010 20:54:06 +0000 Subject: Flag to flush all key bindings from Rob Paisley. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index db538144..4db1cf8b 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit