diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-13 20:58:42 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-13 20:58:42 +0100 |
commit | e6d9f3f90cbc469ae9b93749a20c7d12536a6bad (patch) | |
tree | e3cf66a4991e2551cca3b6f924d6b871d3fd9032 | |
parent | 3f55d05386a1620d19420c1cdccf33c45ca6b641 (diff) | |
download | rtmux-e6d9f3f90cbc469ae9b93749a20c7d12536a6bad.tar.gz rtmux-e6d9f3f90cbc469ae9b93749a20c7d12536a6bad.tar.bz2 rtmux-e6d9f3f90cbc469ae9b93749a20c7d12536a6bad.zip |
Add -Z to customize-mode binding.
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |