From a61cbf1c33d8d61b564f95053cbf96443126dd87 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 8 May 2020 19:10:09 +0100 Subject: Add a customize mode where options may be browsed and changed, includes adding a brief description of each option. Bound to "C" by default. --- key-bindings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'key-bindings.c') 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", -- cgit