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
5 changed files with 17 additions and 13 deletions

View File

@ -61,7 +61,7 @@ This command understands vim file modifiers (like %:p:h). See
(evil-ex-define-cmd "ral[ign]" #'+evil:align-right)
(evil-ex-define-cmd "enhtml" #'+web:encode-html-entities)
(evil-ex-define-cmd "dehtml" #'+web:decode-html-entities)
(evil-ex-define-cmd "mc" #'+evil:mc)
(evil-ex-define-cmd "mc" #'+multiple-cursors:evil-mc)
(evil-ex-define-cmd "iedit" #'evil-multiedit-ex-match)
(evil-ex-define-cmd "na[rrow]" #'+evil:narrow-buffer)
(evil-ex-define-cmd "retab" #'+evil:retab)