aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-13 17:28:40 -0300
committerEuAndreh <eu@euandre.org>2018-07-13 17:28:40 -0300
commit1a71f9af8d1ace9909e096e8923edc488fa07c1d (patch)
tree12d7e13453df25823f5eeb2418b44d86eca3718c
parentAdd search-engine layer (diff)
downloaddotfiles-1a71f9af8d1ace9909e096e8923edc488fa07c1d.tar.gz
dotfiles-1a71f9af8d1ace9909e096e8923edc488fa07c1d.tar.xz
Use SPC-d to delete window
-rw-r--r--spacemacs.el1
1 files changed, 1 insertions, 0 deletions
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