From 3b649d2fcdc8a15c69efbce69ae9e559481d36cb Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 15 Nov 2017 19:59:27 +0000 Subject: 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. --- 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 76778009..a13c7977 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -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", -- cgit