hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom multiedit cursors

kozikow opened this issue · comments

Is there a way of starting evil-multiedit on custom cursors?
Sometimes I want to start multiedit at the end of the begging of the line, rather than just on the "match" of some keyword.

evil-mc for example have evil-mc-make-cursor-here, but I prefer evil-multiedit for other reasons.

I had planned to add that feature, but haven't studied iedit enough. I'll look into it this or next weekend.

This feature has been in evil-multiedit for a while, albeit rudimentary. Arbitrary iedit regions can be placed with evil-multiedit-toggle-marker-here. For that reason, I'm going to close this issue.

That said, with the exception of bug fixes, I'm unsure of where to go with this. I've grown accustomed to using evil-mc, and I feel it and my plugin complement each other nicely. I'm also not too keen on reinventing the wheel. I may revisit it in the future, but for the time being consider this on the backburner.