diff options
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index 85bfb788..1847b6e6 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -278,6 +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 'Select the previous pane' p previous-window", "bind -N 'Display pane numbers' q display-panes", "bind -N 'Redraw the current client' r refresh-client", |