vimrc: Disable mouse.

It doesn̈́'t want to cooperate with me :(
This commit is contained in:
Mika Suomalainen 2012-01-06 20:25:25 +02:00
parent 0bd04767ac
commit dd0acb347b

2
vimrc
View File

@ -18,7 +18,7 @@ set smartcase " Do smart case matching
"set incsearch " Incremental search
set autowrite " Automatically save before commands like :next and :make
set hidden " Hide buffers when they are abandoned
set mouse=a " Enable mouse usage (all modes)
"set mouse=a " Enable mouse usage (all modes)
" Source a global configuration file if available
if filereadable("/etc/vim/vimrc.local")