abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.19k stars 129 forks source link

Conflicts with evil-escape #635

Open Sleepful opened 1 year ago

Sleepful commented 1 year ago

it seems that lispy mode swallows all keystrokes in insert mode, so the keystrokes do not reach evil-escape and I can't exit insert mode with my usual keybinding.

Is there a workaround for this?

https://github.com/syl20bnr/evil-escape/issues/101

abo-abo commented 1 year ago

If it's very important to have jk go back to normal mode, you could:

Otherwise, you could use any of the free lispy bindings to define your escape, e.g.:

(lispy-define-key map "T" 'evil-normal-mode)