Comment on Vim esckeysComments−imurray14yI'd wondered why hitting 'O' after hitting escape led to such a nasty delay when running vim in a terminal. Now I know.For those that still want arrow keys in insert mode (sacrilege! ... but I do), this is probably the .vimrc option you want: set timeout timeoutlen=1000 ttimeoutlen=100−KevinSjobergOP14yimurray, I will update my blog post with the given settings.
Comments
I'd wondered why hitting 'O' after hitting escape led to such a nasty delay when running vim in a terminal. Now I know.
For those that still want arrow keys in insert mode (sacrilege! ... but I do), this is probably the .vimrc option you want:
imurray, I will update my blog post with the given settings.