aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-12 20:01:15 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-12 20:01:15 +0000
commit845a664bb2d06ac1cdc0af37d753d107f4353955 (patch)
treebdd2832180ef678265972308ed08e71ab0bbab60 /tmux.1
parent5a5db02b8514eff40b97b3f3e4e85a3d948b57da (diff)
parent5ed17e84faed0a7655ec1eb3de291b60839dcb12 (diff)
downloadrtmux-845a664bb2d06ac1cdc0af37d753d107f4353955.tar.gz
rtmux-845a664bb2d06ac1cdc0af37d753d107f4353955.tar.bz2
rtmux-845a664bb2d06ac1cdc0af37d753d107f4353955.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.116
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 7a2d87d4..ac8a7394 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2576,6 +2576,11 @@ is in milliseconds.
Set the maximum number of lines held in window history.
This setting applies only to new windows - existing window histories are not
resized and retain the limit at the point they were created.
+.It Ic key-table Ar key-table
+Set the default key table to
+.Ar key-table
+instead of
+.Em root .
.It Ic lock-after-time Ar number
Lock the session (like the
.Ic lock-session
@@ -2668,8 +2673,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