summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2020-10-13 10:15:23 +0000
committernicm <nicm>2020-10-13 10:15:23 +0000
commit4c8706d39977ca1f12b8980bcc168e0a24a3d0f7 (patch)
tree7fa30c1fc084c1ed6784eec1d5c585ed16ae9070 /key-bindings.c
parentd603dbdef007c879dfb812d569289119e61b4d3f (diff)
Fix note for "previous-window" default key binding, from Sebastian
Falbesoner.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 63d4bb26..b47f6ff7 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -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",