[vim]typo fix

This commit is contained in:
Mathieu Maret 2014-02-27 17:24:24 +01:00 committed by Mathieu Maret
parent 9094bd58c1
commit 363c634954
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -60,7 +60,7 @@ set backspace=indent,eol,start
" don't use Ex mode, use Q for formatting
map Q gq
" disable mouse
set mouse=a
set mouse=a
" key combination timeout
set notimeout
"set timeoutlen=4000