aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2020-10-13 10:15:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-10-29 13:47:50 +0000
commit07ffed8b6fe39ccd8b0ff675e40643d9f0d86f91 (patch)
treee1a0ca6753f34c46f433e85a8d2927e1dbfea2ba
parent7ffb41429955b714f8b872fe375360e615a05003 (diff)
downloadrtmux-07ffed8b6fe39ccd8b0ff675e40643d9f0d86f91.tar.gz
rtmux-07ffed8b6fe39ccd8b0ff675e40643d9f0d86f91.tar.bz2
rtmux-07ffed8b6fe39ccd8b0ff675e40643d9f0d86f91.zip
Fix note for "previous-window" default key binding, from Sebastian
Falbesoner.
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index f11bb430..4c4d4ba5 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -370,7 +370,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",