Screen makes my ESC key wait for more commands I beleive, and if it does not get those commands, it sends it to my terminal Session (which I am running VIM in). ESC is used alot in VIM and currently I do not make any use of the ESC key in Screen.
How would I go about changing the timeout?
I have read that these commands below inside of .screenrc should fix it, but it doesn't seem to be working for me:
maptimeout 0
defc1 off

vimunderscreenmyself. I've got a more or less vanilla screen set up, subject to the defaults used in Ubuntu 10.10. ————— This sort of thing would happen if you've got a mapping set toEsc-something. Maybe scan through the output from:mapto check that. – intuited Mar 2 '11 at 1:14maptimeout 0alone should be enough. Do you also have a delay outside vim? Inside screen, is the delay the same duration as themaptimeoutsetting? – Gilles Mar 29 '11 at 19:48tmux. – kzh Jun 28 '11 at 15:37