From 8bd9eb120727b8dd9df01ba6ee87754596330345 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 19 Mar 2018 14:50:35 -0400 Subject: [PATCH] [vimrc] Disable the mouse to help forget bad habits --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")