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:
parent
24b336322c
commit
890b96d874
2 changed files with 5 additions and 1 deletions
|
@ -397,7 +397,9 @@
|
|||
:nv "q" #'evil-mc-undo-all-cursors
|
||||
:nv "t" #'+multiple-cursors/evil-mc-toggle-cursors
|
||||
: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
|
||||
:map evil-mc-key-map
|
||||
:nv "C-n" #'evil-mc-make-and-goto-next-cursor
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
evil-mc-resume-cursors
|
||||
evil-mc-make-and-goto-first-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-prev-line
|
||||
evil-mc-make-cursor-at-pos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue