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