hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize evil-multiedit-match-all to use text object

amosbird opened this issue · comments

Hi, can I use evil-multiedit-match-all as an command that accepts a text object?

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.