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

Typing the first letter of evil-escape sequence makes highlight-line flicker #65

Closed sooheon closed 7 years ago

sooheon commented 8 years ago

For the duration of evil-escape-delay, when the first key of evil-escape-sequence is pressed, the line highlighting disappears.

syl20bnr commented 8 years ago

I'm not sure we can do much about this, it happens while read-event is called.

syl20bnr commented 7 years ago

Fixed with #75