Disable mouse mode in VIM:

:set mouse-=a

To disable it permanently for your user create the file ~/.vimrc and place the following in the file:

set mouse-=a