feat(multiple-cursors): add bindings to evil-mc-skip-*
This commit is contained in:
parent
0b6e63a6d1
commit
e16d8b6011
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@
|
||||||
:prefix "gz"
|
:prefix "gz"
|
||||||
:nv "d" #'evil-mc-make-and-goto-next-match
|
:nv "d" #'evil-mc-make-and-goto-next-match
|
||||||
:nv "D" #'evil-mc-make-and-goto-prev-match
|
:nv "D" #'evil-mc-make-and-goto-prev-match
|
||||||
|
:nv "s" #'evil-mc-skip-and-goto-next-match
|
||||||
|
:nv "S" #'evil-mc-skip-and-goto-prev-match
|
||||||
|
:nv "c" #'evil-mc-skip-and-goto-next-cursor
|
||||||
|
:nv "C" #'evil-mc-skip-and-goto-prev-cursor
|
||||||
:nv "j" #'evil-mc-make-cursor-move-next-line
|
:nv "j" #'evil-mc-make-cursor-move-next-line
|
||||||
:nv "k" #'evil-mc-make-cursor-move-prev-line
|
:nv "k" #'evil-mc-make-cursor-move-prev-line
|
||||||
:nv "m" #'evil-mc-make-all-cursors
|
:nv "m" #'evil-mc-make-all-cursors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue