Gabriel Adomnicai
Gabriel Adomnicai
You just need to add it to the known commands. See evil-mc-known-commands.el
If you want to see what command it's trying to execute just run `evil-mc-executing-debug-on` and you should see the debug statements in the _Messages_ buffer when you try to run...
You could try disabling smartparens just to see if the issue is caused by it
Evil-mc works almost the same except you have to select the word first. Otherwise, it uses the whole symbol under cursor when pressing `C-n`
That's true it would save 2 keystrokes `vb` although it would cost 1 if the selection is not needed. Let me think about the best way to implement it. Also,...
Yeah a new command (and a new shortcut) is probably better
Not sure when I'll have time to look at this. So, if you have time feel free to take a shot at it. I'd probably start in `evil-mc-cursor-make.el` file
Yea, I haven't used evil-escape. So, I haven't run into this problem before. I'll take a look when I get a chance. Thanks for reporting.
For a quick fix, just to get you going, you could add `evil-escape` to the `evil-mc-incompatible-minor-modes` so that it gets disabled when there are multiple cursors. That way you can...
There is a hook that gets run when cursors are deleted. See `evil-mc-after-cursors-deleted` but it's called only once after all cursors are deleted.