diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-08 19:10:09 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-08 19:10:09 +0100 |
commit | a61cbf1c33d8d61b564f95053cbf96443126dd87 (patch) | |
tree | 14ede2310b94ea68fb5c2366e7cbb9798f13ff78 /key-bindings.c | |
parent | 708e9bc072eddc2a3d83bc5df45de2825b011ed1 (diff) | |
download | rtmux-a61cbf1c33d8d61b564f95053cbf96443126dd87.tar.gz rtmux-a61cbf1c33d8d61b564f95053cbf96443126dd87.tar.bz2 rtmux-a61cbf1c33d8d61b564f95053cbf96443126dd87.zip |
Add a customize mode where options may be browsed and changed, includes adding
a brief description of each option. Bound to "C" by default.
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", |