diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-08 22:09:31 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-08 22:09:31 +0100 |
commit | 5e97d79eb1337db2dd5969fb2c339d14427f545b (patch) | |
tree | 3758f15db414e1bb6e7cb417ad956b937cab60f8 /key-bindings.c | |
parent | a61cbf1c33d8d61b564f95053cbf96443126dd87 (diff) | |
download | rtmux-5e97d79eb1337db2dd5969fb2c339d14427f545b.tar.gz rtmux-5e97d79eb1337db2dd5969fb2c339d14427f545b.tar.bz2 rtmux-5e97d79eb1337db2dd5969fb2c339d14427f545b.zip |
Fix some customize mode drawing nits.
Diffstat (limited to 'key-bindings.c')
-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 1847b6e6..d6a72297 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -278,7 +278,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 'Customizeoptions' C customize-mode", + "bind -N 'Customize options' C customize-mode", "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", |