From fe9769b113252a63c136aa02c1ad0ebc19c0147a Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 27 Aug 2022 00:20:09 -0700 Subject: [PATCH] disabled mouse input on squirrely vim installs --- lib/vimfiles/vimrc.local | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/vimfiles/vimrc.local b/lib/vimfiles/vimrc.local index df41f9d..0af757c 100644 --- a/lib/vimfiles/vimrc.local +++ b/lib/vimfiles/vimrc.local @@ -6,7 +6,10 @@ else syntax on colorscheme elflord endif - + +" disable mouse input +set mouse-=a + filetype plugin indent on " show existing tab with 2 spaces width set tabstop=2