Sylvain Benner

Results 113 comments of Sylvain Benner

Are you still using `evil-escape` ? If yes and this change has been stable for you, I would be happy to merge this change.

As evil-escape is working under the hood I don't think it is possible. It required to know we are in the middle of a key sequence command. If anyone has...

I use it too and I took the habit of using ESC when I have multiple cursors. Not sure how to make it work with evil-mc ...

I think it is possible, I'll look at it when I'll try multiple cursor (not sure when though).

This is a limitation of the implementation, there is nothing I can do to prevent this. But it should normally happen only to the first pressed `j` when you press...

For jk and kj use case check the configuration variables, there is one to set the sequence as unordered.

Would be fixed with https://github.com/syl20bnr/evil-escape/issues/64 so I tag it as duplicate.

Can you expand the `evil-escape-pre-command-hook` in the profiler report to see if we can narrow down to a specific function ?

We may be able to fix this by temporarily inhibiting minor modes that auto-intend things on insertion. If you can provide a quick repro step I should be able to...

It should find `d` in my opinion but I understand why you would want to do nothing. I'll add a variable for this :-)