Customize evil-multiedit-match-all to use text object
amosbird opened this issue · 1 comments
amosbird commented
Hi, can I use evil-multiedit-match-all as an command that accepts a text object?
hlissner commented
I've added evil-multiedit-operator
, which lets you select the target via text objects, however it wasn't given a default keybinding. I couldn't think of a good one, so I leave it up to the user. Something like:
(define-key evil-normal-state-map (kbd "C-'") #'evil-multiedit-operator)
I'll consider this resolved. Feel free to reopen if the command doesn't work as expected.