[UPDATE][VIM] Make timeout longer

I couldn't type most of my two letter leader bindings with such a short
timeout... This makes deletions in visual mode a bit longer, but I don't
think that's a terrible tradeoff.
This commit is contained in:
Bruno BELANYI 2019-10-04 14:19:21 +02:00
parent c23a84a4a0
commit 5da42afec6

View file

@ -159,7 +159,7 @@ set list
set listchars=tab:»·,trail
" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual
set timeoutlen=150
set timeoutlen=500
" }}}
" Search parameters {{{