4

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

2
  • Does this happen when you are not using tmux? Commented Jun 21, 2020 at 18:09
  • not that I remember of Commented Jun 22, 2020 at 19:11

1 Answer 1

5

adding a

set -s escape-time 0

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, Martin, I will give it a try, I had escape-time as 1, I thought I was enough

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.