[ADD][VIM] Use lazyredraw

This commit is contained in:
Bruno BELANYI 2019-11-21 14:58:08 +01:00
parent 31174951ff
commit 58e8869538

View file

@ -161,6 +161,9 @@ set list
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
set listchars=tab:>,trail,nbsp
" Don't redraw when executing macros
set lazyredraw
" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual
set timeoutlen=500