mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 17:07:00 +00:00
Add a customize mode where options may be browsed and changed, includes adding
a brief description of each option. Bound to "C" by default.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user