aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-12-12 18:32:24 +0000
committernicm <nicm>2015-12-12 18:32:24 +0000
commit5ed17e84faed0a7655ec1eb3de291b60839dcb12 (patch)
tree6d6a92930d40c5ca616505ebba40fc5ac4b4d57b /tmux.1
parent6a50cf89b40d472cd1f8b439913ca4caddbfd001 (diff)
downloadrtmux-5ed17e84faed0a7655ec1eb3de291b60839dcb12.tar.gz
rtmux-5ed17e84faed0a7655ec1eb3de291b60839dcb12.tar.bz2
rtmux-5ed17e84faed0a7655ec1eb3de291b60839dcb12.zip
Add key-table option to set the default key table for a session, allows
different key bindings for different sessions and a few other things.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index b02237f1..39e9bd4b 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2572,6 +2572,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