feat(multiple-cursors): add bindings to evil-mc-skip-*

This commit is contained in:
Abdelhak Bougouffa
2022-02-19 00:51:31 +01:00
committed by Henrik Lissner
parent 0b6e63a6d1
commit e16d8b6011

View File

@@ -95,6 +95,10 @@
:prefix "gz"
:nv "d" #'evil-mc-make-and-goto-next-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 "k" #'evil-mc-make-cursor-move-prev-line
:nv "m" #'evil-mc-make-all-cursors