From 9e79ea8c9c82a1a9c491c0f2b926d05ffb2117fd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 18 Sep 2018 13:58:27 -0400 Subject: [PATCH] Bind C-w O => doom/window-zoom #890 + C-w o enlargens the current window + C-w O deletes all other windows Both keys undo the change on second use (unless you have changed the frame too much since). --- modules/config/default/+bindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index ea83de3fe..f139c5631 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -214,6 +214,7 @@ "C-u" #'winner-undo "C-r" #'winner-redo "o" #'doom/window-enlargen + "O" #'doom/window-zoom ;; Delete window "c" #'+workspace/close-window-or-workspace "C-C" #'ace-delete-window))