disabled mouse input on squirrely vim installs

This commit is contained in:
BuildTools 2022-08-27 00:20:09 -07:00
parent 2f19baeafd
commit fe9769b113

View file

@ -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