From e6d9f3f90cbc469ae9b93749a20c7d12536a6bad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 13 May 2020 20:58:42 +0100 Subject: [PATCH] Add -Z to customize-mode binding. --- key-bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key-bindings.c b/key-bindings.c index fe4c8fe3..05089bab 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -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",