mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 17:07:00 +00:00
Fix some customize mode drawing nits.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user