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") 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…
Cancel
Save