Add -Z to customize-mode binding.

pull/2219/head
Nicholas Marriott 2020-05-13 20:58:42 +01:00
parent 3f55d05386
commit e6d9f3f90c
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ key_bindings_init(void)
"bind -N 'Toggle the marked pane' m select-pane -m",
"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",
"bind -N 'Customize options' C customize-mode -Z",
"bind -N 'Select the previous pane' p previous-window",
"bind -N 'Display pane numbers' q display-panes",
"bind -N 'Redraw the current client' r refresh-client",