From a149313e71e31dff93d1ab0b1a18648ea25743d4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 7 Jun 2018 02:44:59 +0200 Subject: [PATCH] config/default: add gzj/gzk binds for evil-mc --- modules/config/default/+bindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index c936cd02e..ca0655594 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -225,7 +225,9 @@ :nv "N" #'evil-mc-make-and-goto-last-cursor :nv "P" #'evil-mc-make-and-goto-first-cursor :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 "j" #'evil-mc-make-cursor-move-next-line + :nv "k" #'evil-mc-make-cursor-move-prev-line) (:after evil-mc :map evil-mc-key-map :nv "C-n" #'evil-mc-make-and-goto-next-cursor