diff --git a/vimrc b/vimrc index 8308b21..ad39944 100644 --- a/vimrc +++ b/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")