Henrik Lissner 2022-01-12 01:48:31 +01:00
parent 3df8903071
commit 86034131c4
3 changed files with 7 additions and 5 deletions

View file

@ -135,6 +135,7 @@
(evil-add-command-properties '+multiple-cursors:evil-mc :evil-mc t)
(map! :map evil-mc-key-map
:nv "g." nil
:nv "C-n" #'evil-mc-make-and-goto-next-cursor
:nv "C-N" #'evil-mc-make-and-goto-last-cursor
:nv "C-p" #'evil-mc-make-and-goto-prev-cursor