Change binding to insert snippet from "hy" to "is"

"is" for Insert Snippet. Nice symmetry, much more quick
to type than "hy" which is convenient for a text insertion
command.
This commit is contained in:
syl20bnr 2014-11-03 21:39:30 -05:00
parent 3849842fef
commit 4ff0270504

View file

@ -1950,7 +1950,7 @@ DELETE-FUNC when calling CALLBACK.
(progn
(spacemacs//diminish yas-minor-mode "")
(require 'helm-c-yasnippet)
(evil-leader/set-key "hy" 'helm-yas-complete)
(evil-leader/set-key "is" 'helm-yas-complete)
(setq helm-c-yas-space-match-any-greedy t))))
(defun spacemacs/init-zenburn-theme ()