diff options
author | nicm <nicm> | 2015-12-12 18:19:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-12-12 18:19:00 +0000 |
commit | 39cf9c9d31954198ad73e2b6721a92fe782ee56c (patch) | |
tree | 8b2a0238d0d1ccf01232a2f45560dd5b0c9259fe /tmux.1 | |
parent | 88bc8f3528b973adb17f541e21aa415923a10f1e (diff) | |
download | rtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.tar.gz rtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.tar.bz2 rtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.zip |
Allow prefix and prefix2 to be set to None to disable (useful if you
would rather bind the prefix in the root table).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2664,8 +2664,19 @@ See the section for details. .It Ic prefix Ar key Set the key accepted as a prefix key. +In addition to the standard keys described under +.Sx KEY BINDINGS , +.Ic prefix +can be set to the special key +.Ql None +to set no prefix. .It Ic prefix2 Ar key Set a secondary key accepted as a prefix key. +Like +.Ic prefix , +.Ic prefix2 +can be set to +.Ql None . .It Xo Ic renumber-windows .Op Ic on | off .Xc |