hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evil-multiedit-match-all is not on any key

hy-zhao23 opened this issue · comments

I am using default doom emacs

I have add (define-key evil-visual-state-map "R" 'evil-multiedit-match-all)
to .doom.d/config.el, but when using evil-multiedit match all with "R", it does not work.

Also, i looked into keybindings, I found that "R" is bind with evil-replace-state.

May i ask how to bind super-r with evil-multiedit-match-all?

sorry, i forgot i should use it under visual mode. LOL