sjl / vitality.vim

Make Vim play nicely with iTerm 2 and tmux.
http://github.com/sjl/vitality.vim
MIT License
320 stars 30 forks source link

Lag changing cursor shape #25

Open jamesgecko opened 10 years ago

jamesgecko commented 10 years ago

When I enter insert mode, the cursor changes from a block to a bar instantly. But when I return to command mode, it takes a full second for the cursor to change from a bar back into a block.

I'm using iTerm 1.0.0.20140421 on OS X 10.9.2.

Pieter-Jan commented 9 years ago

I have this problem too and it is soooo annoying. Any fix?

mikeys commented 8 years ago

Guys, it's probably a vim timeout issue, try the following in your vimrc:

set timeoutlen=1000
set ttimeoutlen=0