[vimrc] Disable the mouse to help forget bad habits
This commit is contained in:
parent
f5a91f00c1
commit
8bd9eb1207
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -221,8 +221,8 @@ set equalalways
|
||||||
if (&filetype == "lisp")
|
if (&filetype == "lisp")
|
||||||
set lisp
|
set lisp
|
||||||
endif
|
endif
|
||||||
"[Use the mouse in terminal]"
|
"[Don't use the mouse in terminal]"
|
||||||
set mouse=a
|
set mouse=
|
||||||
set mousemodel=extend
|
set mousemodel=extend
|
||||||
"[Fix mouse past column 222]"
|
"[Fix mouse past column 222]"
|
||||||
if has("mouse_sgr")
|
if has("mouse_sgr")
|
||||||
|
|
Loading…
Reference in a new issue