It's not well-explained in this article, but the problem is that when press a key like O in normal mode (to insert a line), vim will wait a certain amount of time to see if there's another key of a sequence about to follow. Reducing this timeout or disabling esckeys will reduce the or eliminate the wait time.
Comments
It's not well-explained in this article, but the problem is that when press a key like O in normal mode (to insert a line), vim will wait a certain amount of time to see if there's another key of a sequence about to follow. Reducing this timeout or disabling esckeys will reduce the or eliminate the wait time.