mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Change key-table to mode-table to allow for some future work. From Keith
Amling.
This commit is contained in:
8
tmux.1
8
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.
|
||||
|
Reference in New Issue
Block a user