[vimrc] Disable the mouse to help forget bad habits

This commit is contained in:
lhark 2018-03-19 14:50:35 -04:00
parent f5a91f00c1
commit 8bd9eb1207

4
vimrc
View file

@ -221,8 +221,8 @@ set equalalways
if (&filetype == "lisp")
set lisp
endif
"[Use the mouse in terminal]"
set mouse=a
"[Don't use the mouse in terminal]"
set mouse=
set mousemodel=extend
"[Fix mouse past column 222]"
if has("mouse_sgr")