Fix ex registers; add shortcuts for expression register

This commit is contained in:
Henrik Lissner 2015-12-06 22:57:03 -05:00
parent aefd0bdd01
commit b04992367a
2 changed files with 9 additions and 5 deletions

View file

@ -34,7 +34,7 @@
(map! (:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
"C-w" 'backward-kill-word
"C-r" 'evil-ex-paste-from-register ; Evil registers in helm! Glorious!
"C-r" 'evil-paste-from-register ; Evil registers in helm! Glorious!
"<escape>" 'helm-keyboard-quit
[escape] 'helm-keyboard-quit)
(:map helm-find-files-map