6 ms·
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 l
by addcninblue 4y 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.
- I_complete_me 4y agoI have the following in my .vimrc > set timeout timeoutlen=3000 ttimeoutlen=100