Open kiennq opened 5 years ago
I have the same issue. Getting "fd" into my buffer instead of escaping is a chief annoyance and immediately sets me into debugging.
Can we land this?
@kiennq thank you!! this modification makes typing much smoother when using evil escape (I narrowed down stuff by turning off font-locking in an org mode buffer and evil-escape was my typing latency culprit)
Is there any reason to not merge this?
This should help resolve #84. Also doing redisplay and font locking (due to
read-event
) inevil-escape
is annoying since redisplay can slow down Emacs, and makes it easily to miss second key pressed.