More timeout settings
This commit is contained in:
parent
94055a095f
commit
76b6688dbc
2 changed files with 6 additions and 2 deletions
6
cfg/01-timeouts.vim
Normal file
6
cfg/01-timeouts.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Timeout settings for key sequences
|
||||
|
||||
set notimeout
|
||||
set timeoutlen=0
|
||||
set ttimeout
|
||||
set ttimeoutlen=-1
|
|
@ -4,5 +4,3 @@ set showmatch " Show matching parentheses
|
|||
set incsearch " Incremental search
|
||||
set title " Update terminal title
|
||||
set wildmenu " Enhanced command completion, with menu!
|
||||
|
||||
set timeoutlen=500 " Timeout for key sequences
|
||||
|
|
Loading…
Reference in a new issue