From 4ff0270504864c61f44bde8adb2e775ad861526c Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 3 Nov 2014 21:39:30 -0500 Subject: [PATCH] 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. --- spacemacs/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 8ccc00e88..7693e63ae 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -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 ()