Change key-table to mode-table to allow for some future work. From Keith

Amling.
This commit is contained in:
nicm
2014-05-14 06:45:35 +00:00
parent 58c97695c9
commit 191f695bad
3 changed files with 12 additions and 12 deletions

8
tmux.1
View File

@ -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.