summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2017-11-15 19:59:27 +0000
committernicm <nicm>2017-11-15 19:59:27 +0000
commit3b649d2fcdc8a15c69efbce69ae9e559481d36cb (patch)
treeb8b2e0d03ace30d066b836c53f37aa9eef02a9b5 /key-bindings.c
parent533a5719c5edf53f0d7021d4340af230cc43ac8a (diff)
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.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c1
1 files changed, 1 insertions, 0 deletions
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",