diff --git a/.vimrc b/.vimrc index 0bddfc0..dc2218f 100644 --- a/.vimrc +++ b/.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