disabled mouse input on squirrely vim installs
This commit is contained in:
parent
2f19baeafd
commit
fe9769b113
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue