Fix over-zealous evil-integration in ivy #636

This commit is contained in:
Henrik Lissner 2018-06-01 02:18:46 +02:00
parent 3359d351f5
commit 4d9ddf27a9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 19 deletions

View file

@ -351,6 +351,7 @@
(:after ivy
:map ivy-minibuffer-map
"C-SPC" #'ivy-call-and-recenter ; preview file
"C-l" #'ivy-alt-done
"M-z" #'undo
"M-v" #'yank
"C-v" #'yank)