Lower vim updatetime

This commit is contained in:
Michael Campagnaro 2019-09-09 15:44:02 -04:00
parent 0aa6179777
commit 20f2ea2aca

5
vimrc
View File

@ -241,8 +241,9 @@ set list listchars=tab:»·,trail:· " Show trailing whitespace.
set timeoutlen=300 ttimeoutlen=0 " Adding this since the esc remap on the 'i' key had a long delay when pressed. set timeoutlen=300 ttimeoutlen=0 " Adding this since the esc remap on the 'i' key had a long delay when pressed.
" @new might be broken: " @fixme might be broken if lowered to 100 from original value of 4000. Will
" set updatetime=100 " I lowered this to make git-gutter updates faster. " first try 500 and tweak from there.
set updatetime=250 " I lowered this to make git-gutter updates faster.
set undolevels=1000 " Allow undo when going back into a closed file set undolevels=1000 " Allow undo when going back into a closed file
set undoreload=10000 set undoreload=10000