home: vim: configure short 'CursorHold' timeout
This commit is contained in:
parent
d87fd7b9e1
commit
5dd9d1c6d0
|
@ -65,6 +65,9 @@ set lazyredraw
|
||||||
" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual
|
" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual
|
||||||
set timeoutlen=500
|
set timeoutlen=500
|
||||||
|
|
||||||
|
" Timeout quickly for CursorHold events (and also swap file)
|
||||||
|
set updatetime=250
|
||||||
|
|
||||||
" Set dark mode by default
|
" Set dark mode by default
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue