Add: evil bindings for 2 evil-mc functions

evil-mc-make-cursor-in-visual-selection-beg
evil-mc-make-cursor-in-visual-selection-end
This commit is contained in:
Nollo 2019-10-15 13:56:16 +02:00
parent 24b336322c
commit 890b96d874
2 changed files with 5 additions and 1 deletions

View file

@ -397,7 +397,9 @@
:nv "q" #'evil-mc-undo-all-cursors :nv "q" #'evil-mc-undo-all-cursors
:nv "t" #'+multiple-cursors/evil-mc-toggle-cursors :nv "t" #'+multiple-cursors/evil-mc-toggle-cursors
:nv "u" #'evil-mc-undo-last-added-cursor :nv "u" #'evil-mc-undo-last-added-cursor
:nv "z" #'+multiple-cursors/evil-mc-make-cursor-here) :nv "z" #'+multiple-cursors/evil-mc-make-cursor-here
:v "I" #'evil-mc-make-cursor-in-visual-selection-beg
:v "A" #'evil-mc-make-cursor-in-visual-selection-end)
(:after evil-mc (:after evil-mc
:map evil-mc-key-map :map evil-mc-key-map
:nv "C-n" #'evil-mc-make-and-goto-next-cursor :nv "C-n" #'evil-mc-make-and-goto-next-cursor

View file

@ -9,6 +9,8 @@
evil-mc-resume-cursors evil-mc-resume-cursors
evil-mc-make-and-goto-first-cursor evil-mc-make-and-goto-first-cursor
evil-mc-make-and-goto-last-cursor evil-mc-make-and-goto-last-cursor
evil-mc-make-cursor-in-visual-selection-beg
evil-mc-make-cursor-in-visual-selection-end
evil-mc-make-cursor-move-next-line evil-mc-make-cursor-move-next-line
evil-mc-make-cursor-move-prev-line evil-mc-make-cursor-move-prev-line
evil-mc-make-cursor-at-pos evil-mc-make-cursor-at-pos