gabesoft / evil-mc

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

Fake cursors don't insert text when lispy-mode is on. #97

Open leungbk opened 4 years ago

leungbk commented 4 years ago

With lispy-mode on, after entering Evil insert mode and inputting text, the fake cursors do not insert the text, but the real cursor does.

gabesoft commented 4 years ago

We'll probably need to add some functions to this file to get lispy-mode to work.