diff options
author | nicm <nicm> | 2017-08-19 20:40:16 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-19 20:40:16 +0000 |
commit | 768740ae98e01002a6b34fee459deda514a0ff07 (patch) | |
tree | 41d2719a042279b1102a72f8d1cefff8115878d4 | |
parent | 8daa1d5f547b3933c30fc45d2a80da5016b7dbca (diff) | |
download | rtmux-768740ae98e01002a6b34fee459deda514a0ff07.tar.gz rtmux-768740ae98e01002a6b34fee459deda514a0ff07.tar.bz2 rtmux-768740ae98e01002a6b34fee459deda514a0ff07.zip |
Fix example for user-keys.
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |