Hacker News new | ask | show | jobs
by addcninblue 1455 days ago
The lag thing is due to this:

If you type `j` in insert mode, it waits to see if there's a possible `k` following. That's the lag.

There's a setting for how long it waits.

1 comments

I have the following in my .vimrc

> set timeout timeoutlen=3000 ttimeoutlen=100