diff options
author | EuAndreh <eu@euandre.org> | 2018-07-13 17:28:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-13 17:28:40 -0300 |
commit | 1a71f9af8d1ace9909e096e8923edc488fa07c1d (patch) | |
tree | 12d7e13453df25823f5eeb2418b44d86eca3718c /spacemacs.el | |
parent | Add search-engine layer (diff) | |
download | dotfiles-1a71f9af8d1ace9909e096e8923edc488fa07c1d.tar.gz dotfiles-1a71f9af8d1ace9909e096e8923edc488fa07c1d.tar.xz |
Use SPC-d to delete window
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 1 |
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 |