config/default: add gzj/gzk binds for evil-mc

This commit is contained in:
Henrik Lissner 2018-06-07 02:44:59 +02:00
parent 69a796ff60
commit a149313e71
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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