summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2017-08-19 20:40:17 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2017-08-19 20:40:17 +0000
commit2d2acf7d57beb15efc7e3a8da389e2d5d710b291 (patch)
tree753a3187212d6046a85c47d4642e2dfca08f07df /usr.bin/tmux
parent31193c014e16aa80b9aa1e63dedd08e8ad5dc1ec (diff)
Fix example for user-keys.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index c18b4c0c794..e62407f156e 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.574 2017/08/17 08:37:38 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.575 2017/08/19 20:40:16 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 17 2017 $
+.Dd $Mdocdate: August 19 2017 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -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