Fix ex registers; add shortcuts for expression register
This commit is contained in:
parent
aefd0bdd01
commit
b04992367a
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue