aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-25 16:01:13 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-25 16:01:13 +0000
commit21d8f77a0d45c187b1d3f5b745acbb70e3b880c6 (patch)
tree8cf66e6e3d26c82c96d78a046f065abcce6a78dc /tmux.1
parent3e495b4001889596ac6b148cffd1735343a1333e (diff)
parent163732e89fafdef6e4b38f7584336611b2135092 (diff)
downloadrtmux-21d8f77a0d45c187b1d3f5b745acbb70e3b880c6.tar.gz
rtmux-21d8f77a0d45c187b1d3f5b745acbb70e3b880c6.tar.bz2
rtmux-21d8f77a0d45c187b1d3f5b745acbb70e3b880c6.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.134
1 files changed, 3 insertions, 31 deletions
diff --git a/tmux.1 b/tmux.1
index d0635345..114d9cee 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1146,14 +1146,6 @@ Commands in copy mode may be prefaced by an optional repeat count.
With vi key bindings, a prefix is entered using the number keys; with
emacs, the Alt (meta) key and a number begins prefix entry.
.Pp
-Mode key bindings are defined in two tables:
-.Em vi-choice
-and
-.Em emacs-choice
-for keys used when choosing from lists (such as produced by the
-.Ic choose-window
-command).
-.Pp
The synopsis for the
.Ic copy-mode
command is:
@@ -2142,7 +2134,6 @@ Commands related to key bindings are as follows:
.Bl -tag -width Ds
.It Xo Ic bind-key
.Op Fl nr
-.Op Fl t Ar mode-table
.Op Fl T Ar key-table
.Ar key Ar command Op Ar arguments
.Xc
@@ -2191,18 +2182,10 @@ flag indicates this key may repeat, see the
.Ic repeat-time
option.
.Pp
-If
-.Fl t
-is present,
-.Ar key
-is bound in
-.Ar mode-table .
-.Pp
To view the default bindings and possible commands, see the
.Ic list-keys
command.
.It Xo Ic list-keys
-.Op Fl t Ar mode-table
.Op Fl T Ar key-table
.Xc
.D1 (alias: Ic lsk )
@@ -2214,15 +2197,6 @@ With
.Fl T
only
.Ar key-table .
-.Pp
-With
-.Fl t ,
-the key bindings in
-.Ar mode-table
-are listed; this may be one of:
-.Em vi-choice
-or
-.Em emacs-choice .
.It Xo Ic send-keys
.Op Fl lMRX
.Op Fl N Ar repeat-count
@@ -2267,17 +2241,15 @@ 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 an
-.Op Fl t Ar mode-table
.Op Fl T Ar key-table
.Ar key
.Xc
.D1 (alias: Ic unbind )
Unbind the command bound to
.Ar key .
-.Fl n ,
-.Fl T
+.Fl n
and
-.Fl t
+.Fl T
are the same as for
.Ic bind-key .
If
@@ -2502,7 +2474,7 @@ interactive menu when required.
.It Ic terminal-overrides[] Ar string
Allow terminal descriptions read using
.Xr terminfo 5
-to be overriden.
+to be overridden.
Each entry is a colon-separated string made up of a terminal type pattern
(matched using
.Xr fnmatch 3 )