Reduce timeout

This commit is contained in:
Jonathan Hodgson 2018-06-25 20:39:30 +01:00
parent 9a02ac9576
commit b37dfe49f8

3
.vimrc
View file

@ -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