Disable mouse

This commit is contained in:
2015-03-12 18:40:31 -05:00
parent ea21050d5f
commit 6b079d91d9

2
vimrc
View File

@@ -66,7 +66,7 @@ set nolist " don't show invisible characters by default,
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
" paste mode, where you can paste mass data
" that won't be autoindented
set mouse=a " enable using the mouse if terminal emulator
"set mouse=a " enable using the mouse if terminal emulator
" supports it (xterm does)
set fileformats="unix,dos,mac"
set formatoptions+=1 " When wrapping paragraphs, don't end lines