Reduce timeout

master
Jonathan Hodgson 6 years ago
parent 9a02ac9576
commit b37dfe49f8
  1. 3
      .vimrc

@ -47,6 +47,9 @@ set path+=**
" Display matching files when tab completing " Display matching files when tab completing
set wildmenu set wildmenu
" Time vim waits to see if you are pushing another key
set timeoutlen=500
" set tabwidth " set tabwidth
set autoindent set autoindent
set smartindent set smartindent

Loading…
Cancel
Save