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:
parent
3849842fef
commit
4ff0270504
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Reference in a new issue