summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2014-05-14 06:45:35 +0000
committernicm <nicm>2014-05-14 06:45:35 +0000
commit191f695bad17f89c1af67d6b03dcfe55997fc5ff (patch)
tree067d27e75ca39371974c60dcac1308a1cf028872 /tmux.1
parent58c97695c9516ae2d95e1f26c8fa2539fece862a (diff)
Change key-table to mode-table to allow for some future work. From Keith
Amling.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 24dde9fa..4aa66f9c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1861,7 +1861,7 @@ Commands related to key bindings are as follows:
.Bl -tag -width Ds
.It Xo Ic bind-key
.Op Fl cnr
-.Op Fl t Ar key-table
+.Op Fl t Ar mode-table
.Ar key Ar command Op Ar arguments
.Xc
.D1 (alias: Ic bind )
@@ -1890,7 +1890,7 @@ If
is present,
.Ar key
is bound in
-.Ar key-table :
+.Ar mode-table :
the binding for command mode with
.Fl c
or for normal mode without.
@@ -1948,7 +1948,7 @@ Send the prefix key, or with
the secondary prefix key, to a window as if it was pressed.
.It Xo Ic unbind-key
.Op Fl acn
-.Op Fl t Ar key-table
+.Op Fl t Ar mode-table
.Ar key
.Xc
.D1 (alias: Ic unbind )
@@ -1970,7 +1970,7 @@ If
is present,
.Ar key
in
-.Ar key-table
+.Ar mode-table
is unbound: the binding for command mode with
.Fl c
or for normal mode without.