gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
387 stars 36 forks source link

Change all cursor types with state change #10

Closed justmytwospence closed 7 years ago

justmytwospence commented 8 years ago

Currently, when multiple cursors are enabled and you switch to insert state, only the real cursor changes to the cursor style set up for the insert state. It would be cool if all of the cursors mirrored the shape of the real one.

gabesoft commented 8 years ago

Yeah that's something I wanted too. I just haven't figured out how to do it yet. I'll take another look when I get a chance.

PythonNut commented 8 years ago

This is one thing that could easily be propagated to the old multiple-cursors implementation, if done.

gabesoft commented 7 years ago

This should be fixed now