More timeout settings

This commit is contained in:
Emmanuel BENOîT 2015-03-09 17:32:22 +01:00
parent 94055a095f
commit 76b6688dbc
2 changed files with 6 additions and 2 deletions

6
cfg/01-timeouts.vim Normal file
View file

@ -0,0 +1,6 @@
" Timeout settings for key sequences
set notimeout
set timeoutlen=0
set ttimeout
set ttimeoutlen=-1

View file

@ -4,5 +4,3 @@ set showmatch " Show matching parentheses
set incsearch " Incremental search set incsearch " Incremental search
set title " Update terminal title set title " Update terminal title
set wildmenu " Enhanced command completion, with menu! set wildmenu " Enhanced command completion, with menu!
set timeoutlen=500 " Timeout for key sequences