fix(multiple-cursors): keybinds for {next,last}-cursor
This commit is contained in:
parent
8e08c651a6
commit
a505eae88f
1 changed files with 2 additions and 2 deletions
|
@ -155,9 +155,9 @@
|
|||
(map! :map evil-mc-key-map
|
||||
:nv "g." nil
|
||||
:nv "C-n" #'evil-mc-make-and-goto-next-cursor
|
||||
:nv "C-N" #'evil-mc-make-and-goto-last-cursor
|
||||
:nv "C-S-n" #'evil-mc-make-and-goto-last-cursor
|
||||
:nv "C-p" #'evil-mc-make-and-goto-prev-cursor
|
||||
:nv "C-P" #'evil-mc-make-and-goto-first-cursor))
|
||||
:nv "C-S-p" #'evil-mc-make-and-goto-first-cursor))
|
||||
|
||||
|
||||
(after! multiple-cursors-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue