From 768740ae98e01002a6b34fee459deda514a0ff07 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 19 Aug 2017 20:40:16 +0000 Subject: [PATCH] Fix example for user-keys. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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