From 400dae27cd9d28d63f24b38ab8c82f2593fe1b8d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 Oct 2019 12:33:22 -0400 Subject: [PATCH] Bind C-w d to evil-window-delete #1874 #1436 This binds SPC w d as well --- modules/config/default/+evil-bindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index fc54067f6..1cc7f2d49 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -151,6 +151,7 @@ "C-r" #'winner-redo "o" #'doom/window-enlargen ;; Delete window + "d" #'evil-window-delete "C-C" #'ace-delete-window) ;; Plugins