syl20bnr / evil-escape

Customizable key sequence to escape from insert state and everything else in Emacs.
GNU General Public License v3.0
225 stars 42 forks source link

Don't redisplay and font locking while doing `evil-escape` #91

Open kiennq opened 5 years ago

kiennq commented 5 years ago

This should help resolve #84. Also doing redisplay and font locking (due to read-event) in evil-escape is annoying since redisplay can slow down Emacs, and makes it easily to miss second key pressed.

Atrus7 commented 4 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?

neeasade commented 4 years ago

@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)

safijari commented 3 years ago

Is there any reason to not merge this?