diff options
author | nicm <nicm> | 2016-10-12 15:26:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-12 15:26:37 +0000 |
commit | 40253048ca6d6ecf45be24a76220d6012aca9818 (patch) | |
tree | 2269de994ebcac5caad2354672b96eed5b47674d /tmux.1 | |
parent | c484c5a2a1b6c8261564b2959866e2cfa061ca99 (diff) | |
download | rtmux-40253048ca6d6ecf45be24a76220d6012aca9818.tar.gz rtmux-40253048ca6d6ecf45be24a76220d6012aca9818.tar.bz2 rtmux-40253048ca6d6ecf45be24a76220d6012aca9818.zip |
bind-key -c has gone, remove from man page, and unused table declarations.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -2100,7 +2100,7 @@ bind-key "'" new-window Commands related to key bindings are as follows: .Bl -tag -width Ds .It Xo Ic bind-key -.Op Fl cnr +.Op Fl nr .Op Fl t Ar mode-table .Op Fl T Ar key-table .Ar key Ar command Op Ar arguments @@ -2155,10 +2155,7 @@ If is present, .Ar key is bound in -.Ar mode-table : -the binding for command mode with -.Fl c -or for normal mode without. +.Ar mode-table . .Pp To view the default bindings and possible commands, see the .Ic list-keys @@ -2232,7 +2229,7 @@ Send the prefix key, or with .Fl 2 the secondary prefix key, to a window as if it was pressed. .It Xo Ic unbind-key -.Op Fl acn +.Op Fl an .Op Fl t Ar mode-table .Op Fl T Ar key-table .Ar key @@ -2240,7 +2237,6 @@ the secondary prefix key, to a window as if it was pressed. .D1 (alias: Ic unbind ) Unbind the command bound to .Ar key . -.Fl c , .Fl n , .Fl T and |