Reduce timeout
This commit is contained in:
parent
9a02ac9576
commit
b37dfe49f8
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -47,6 +47,9 @@ set path+=**
|
|||
" Display matching files when tab completing
|
||||
set wildmenu
|
||||
|
||||
" Time vim waits to see if you are pushing another key
|
||||
set timeoutlen=500
|
||||
|
||||
" set tabwidth
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue