[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")
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue