Browse Source

[vimrc] Disable the mouse to help forget bad habits

merge-requests/1/merge
lhark 8 years ago
parent
commit
8bd9eb1207
  1. 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…
Cancel
Save