Disable visual mode in vim 8

I am using Debian Sid, the new version of vim automatically assign visual mode with mouse utilization, you can disable it with:

:set mouse-=a

If you want to disable it permanently edit ~/.vimrc:

set mouse-=a

References