mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a common function for spreading out cells and use it for the two
even layouts and to add a -E flag to select-layout to spread out cells evenly without changing parent cells.
This commit is contained in:
@ -186,6 +186,7 @@ key_bindings_init(void)
|
||||
"bind = choose-buffer",
|
||||
"bind ? list-keys",
|
||||
"bind D choose-client",
|
||||
"bind E select-layout -E",
|
||||
"bind L switch-client -l",
|
||||
"bind M select-pane -M",
|
||||
"bind [ copy-mode",
|
||||
|
Reference in New Issue
Block a user