This commit is contained in:
Vasili Svirydau
2014-02-06 11:04:45 -08:00
parent 33ddaced11
commit 61349bc62e
2 changed files with 1 additions and 0 deletions

1
vimrc
View File

@@ -29,6 +29,7 @@ function! JsFunctionLookup()
endfu
if has("autocmd")
filetype plugin indent on
"Autoexit to normal mode after 15 seconds of inactivity
autocmd CursorHoldI * stopinsert
autocmd InsertEnter * let updaterestore=&updatetime | set updatetime=15000