From 1a71f9af8d1ace9909e096e8923edc488fa07c1d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Jul 2018 17:28:40 -0300 Subject: Use SPC-d to delete window --- spacemacs.el | 1 + 1 file changed, 1 insertion(+) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index f8f29b7..35c7dea 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -577,6 +577,7 @@ This is the place where most of your configurations should be done. Unless it is (spacemacs/set-leader-keys "/" 'engine/search-duck-duck-go + "d" 'spacemacs/delete-window "w/" 'split-window-right-and-focus "w-" 'split-window-below-and-focus "glh" 'git-link-homepage -- cgit v1.2.3