aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-12-06 21:51:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-12-06 21:51:02 +0000
commitfe4f760eba0bd027f0c6f388fe5bc4e30f113b0e (patch)
treeacff13c9ce9c037c3f503238fc7f62863c4d8dc0 /tmux.1
parent3a4b82d27a9cde7f2cad8b4bb46e1b3456f2b862 (diff)
downloadrtmux-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.19
1 files changed, 6 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 63deb556..6835ef1f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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