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

@ -7,6 +7,9 @@ else
colorscheme elflord colorscheme elflord
endif endif
" disable mouse input
set mouse-=a
filetype plugin indent on filetype plugin indent on
" show existing tab with 2 spaces width " show existing tab with 2 spaces width
set tabstop=2 set tabstop=2