From e16d8b6011dfd2a8d7083e9af5937114acc5cb87 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sat, 19 Feb 2022 00:51:31 +0100 Subject: [PATCH] feat(multiple-cursors): add bindings to `evil-mc-skip-*` --- modules/config/default/+evil-bindings.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 45cc4f270..ad635b509 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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