summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-10-13 10:15:23 +0000
committernicm <nicm@openbsd.org>2020-10-13 10:15:23 +0000
commit554bcbc5c1f11b4ec4426683cdf365672f314bb4 (patch)
tree1ef83c07b079ce3af846f4fe2c525e98618410e5 /usr.bin/tmux/key-bindings.c
parentremove dir useless for cvs (diff)
downloadwireguard-openbsd-554bcbc5c1f11b4ec4426683cdf365672f314bb4.tar.xz
wireguard-openbsd-554bcbc5c1f11b4ec4426683cdf365672f314bb4.zip
Fix note for "previous-window" default key binding, from Sebastian
Falbesoner.
Diffstat (limited to 'usr.bin/tmux/key-bindings.c')
-rw-r--r--usr.bin/tmux/key-bindings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/key-bindings.c b/usr.bin/tmux/key-bindings.c
index 7a36c241c23..fd4ff48449d 100644
--- a/usr.bin/tmux/key-bindings.c
+++ b/usr.bin/tmux/key-bindings.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: key-bindings.c,v 1.131 2020/09/08 10:19:19 nicm Exp $ */
+/* $OpenBSD: key-bindings.c,v 1.132 2020/10/13 10:15:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -380,7 +380,7 @@ key_bindings_init(void)
"bind -N 'Select the next window' n next-window",
"bind -N 'Select the next pane' o select-pane -t:.+",
"bind -N 'Customize options' C customize-mode -Z",
- "bind -N 'Select the previous pane' p previous-window",
+ "bind -N 'Select the previous window' p previous-window",
"bind -N 'Display pane numbers' q display-panes",
"bind -N 'Redraw the current client' r refresh-client",
"bind -N 'Choose a session from a list' s choose-tree -Zs",