config/default: add gzj/gzk binds for evil-mc
This commit is contained in:
parent
69a796ff60
commit
a149313e71
1 changed files with 3 additions and 1 deletions
|
@ -225,7 +225,9 @@
|
||||||
:nv "N" #'evil-mc-make-and-goto-last-cursor
|
:nv "N" #'evil-mc-make-and-goto-last-cursor
|
||||||
:nv "P" #'evil-mc-make-and-goto-first-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-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
|
(:after evil-mc
|
||||||
:map evil-mc-key-map
|
:map evil-mc-key-map
|
||||||
:nv "C-n" #'evil-mc-make-and-goto-next-cursor
|
:nv "C-n" #'evil-mc-make-and-goto-next-cursor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue