evil-multiedit-match-all is not on any key
hy-zhao23 opened this issue · 1 comments
hy-zhao23 commented
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?
hy-zhao23 commented
sorry, i forgot i should use it under visual mode. LOL