Disable mouse-using in SpaceVim
Introduction
Some just doesn't like mouse-using in vim. But SpaceVim enables it by default.
You can see details in :h mouse
How to disable it?
BTW, you can enable it by set mouse=a or by deleting your config about mouse since SpaceVim has default value.
Disable mouse-using in SpaceVim
Introduction
Some just doesn't like mouse-using in vim. But SpaceVim enables it by default.
You can see details in
:h mouseHow to disable it?
BTW, you can enable it by
set mouse=aor by deleting your config about mouse since SpaceVim has default value.