diff options
author | nicm <nicm> | 2015-12-12 18:32:24 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-12-12 18:32:24 +0000 |
commit | 5ed17e84faed0a7655ec1eb3de291b60839dcb12 (patch) | |
tree | 6d6a92930d40c5ca616505ebba40fc5ac4b4d57b /tmux.1 | |
parent | 6a50cf89b40d472cd1f8b439913ca4caddbfd001 (diff) | |
download | rtmux-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.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |