home: vim: configure short 'CursorHold' timeout
This commit is contained in:
parent
5437b45a02
commit
fba2403bf3
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue