Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

neovim screen lagging when switching mode from insert to normal

I'm running neovim + coc + tmux in iTerm2. Sometimes I'm seeing the screen lag a lot, which leads to overlap content, such as the selected content and the status line...

Not sure what's cause the issue, can you please help me understand how to debug this?

enter image description here

like image 971
Ian Zhang Avatar asked Sep 05 '25 02:09

Ian Zhang


1 Answers

adding a

set -s escape-time 0

to my .tmux.conf file fixed the delay problem when hitting the esc key

like image 164
Manu Martin Avatar answered Sep 07 '25 23:09

Manu Martin