[UPDATE][VIM] Set short timeout

I am kind of impatient after all.
This commit is contained in:
Bruno BELANYI 2019-07-18 20:58:12 +02:00
parent d9d2d975ba
commit 49d5849ec4

View file

@ -157,6 +157,9 @@ set list
" Show a tab as an arrow, and spaces as dots
set listchars=tab:»·,trail
" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual
set timeoutlen=150
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Search parameters
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""