mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
feat(multiple-cursors): add bindings to evil-mc-skip-*
This commit is contained in:
committed by
Henrik Lissner
parent
0b6e63a6d1
commit
e16d8b6011
@@ -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
|
||||
|
Reference in New Issue
Block a user