gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

Creating cursors via search #36

Open korayal opened 7 years ago

korayal commented 7 years ago

I couldn't find a way to add a cursor to each result when I search stuff in (spac)emacs. Sublime Text has this extremely useful feature where you can search stuff (via RegExp) and press

Is this possible in evil-mc?

gabesoft commented 7 years ago

There isn't a way to create a cursor via search. Currently, you can only create based on the symbol at point or for a visual region. That sounds like a good feature to have though.