aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2017-08-19 20:40:16 +0000
committernicm <nicm>2017-08-19 20:40:16 +0000
commit768740ae98e01002a6b34fee459deda514a0ff07 (patch)
tree41d2719a042279b1102a72f8d1cefff8115878d4
parent8daa1d5f547b3933c30fc45d2a80da5016b7dbca (diff)
downloadrtmux-768740ae98e01002a6b34fee459deda514a0ff07.tar.gz
rtmux-768740ae98e01002a6b34fee459deda514a0ff07.tar.bz2
rtmux-768740ae98e01002a6b34fee459deda514a0ff07.zip
Fix example for user-keys.
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 6c8a542e..cd57cadb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2912,7 +2912,7 @@ and so on.
.Pp
For example:
.Bd -literal -offset indent
-set -s user-keys[0] '\e[5;30012~'
+set -s user-keys[0] "\ee[5;30012~"
bind User0 resize-pane -L 3
.Ed
.It Xo Ic visual-activity