Add SPC h SPC as an alias of SPC f e h

Add `SPC h SPC` to access helm-spacemacs. Mnemonic
is **h**elp **SPC**macs. As suggested by syl20bnr on #2145.

Close #2145
This commit is contained in:
Fabien Dubosson 2015-11-16 13:53:48 +01:00 committed by Eivind Fonn
parent bd2e847a33
commit 00d21bb69f

View file

@ -954,7 +954,8 @@ ARG non nil means that the editing style is `vim'."
:init
(progn
(evil-leader/set-key "feh" 'helm-spacemacs)
(evil-leader/set-key "fef" 'helm-spacemacs-faq))))
(evil-leader/set-key "fef" 'helm-spacemacs-faq)
(evil-leader/set-key "h SPC" 'helm-spacemacs))))
(defun spacemacs-base/init-hs-minor-mode ()
;; required for evil folding