aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-23 18:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-23 18:01:11 +0100
commit6995497e5b66e090f25e85fbb207f033f7790199 (patch)
tree612589ffe3561d03b04f34940dccfc2778c4c15f /tmux.1
parenta61200776de8218306730e2325cd29d013861e4c (diff)
parent95ed7d48c84198da0ec4b1b9b5de9358a47da753 (diff)
downloadrtmux-6995497e5b66e090f25e85fbb207f033f7790199.tar.gz
rtmux-6995497e5b66e090f25e85fbb207f033f7790199.tar.bz2
rtmux-6995497e5b66e090f25e85fbb207f033f7790199.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 12 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 26dc7a77..d5d4a995 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2867,6 +2867,18 @@ removed from the session environment (as if
was given to the
.Ic set-environment
command).
+.It Ic user-keys[] Ar key
+Set list of user-defined key escape sequences.
+Each item is associated with a key named
+.Ql User0,
+.Ql User1,
+and so on.
+.Pp
+For example:
+.Bd -literal -offset indent
+set -s user-keys[0] '\e[5;30012~'
+bind User0 resize-pane -L 3
+.Ed
.It Xo Ic visual-activity
.Op Ic on | off
.Xc