Move evil-mc library to editor/multiple-cursors

This commit is contained in:
Henrik Lissner 2019-01-28 19:54:55 -05:00
parent 7ca2b42d2b
commit 5baaf08246
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 17 additions and 13 deletions

View file

@ -395,9 +395,9 @@
:nv "N" #'evil-mc-make-and-goto-last-cursor
:nv "p" #'evil-mc-make-and-goto-prev-cursor
:nv "P" #'evil-mc-make-and-goto-first-cursor
:nv "t" #'+evil/mc-toggle-cursors
:nv "t" #'+multiple-cursors/evil-mc-toggle-cursors
:nv "u" #'evil-mc-undo-all-cursors
:nv "z" #'+evil/mc-make-cursor-here)
:nv "z" #'+multiple-cursors/evil-mc-make-cursor-here)
(:after evil-mc
:map evil-mc-key-map
:nv "C-n" #'evil-mc-make-and-goto-next-cursor