Fix note for "previous-window" default key binding, from Sebastian

Falbesoner.
pull/2571/head
nicm 2020-10-13 10:15:23 +00:00 committed by Nicholas Marriott
parent 7ffb414299
commit 07ffed8b6f
1 changed files with 1 additions and 1 deletions

View File

@ -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",