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
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue