Disabling Mouse in Debian Vim
Write below to ~/.vimrc (create one if not exist).
source $VIMRUNTIME/defaults.vim
set mouse-=a
This will only disable mouse while keep other features like code highlighting.
Write below to ~/.vimrc (create one if not exist).
source $VIMRUNTIME/defaults.vim
set mouse-=a
This will only disable mouse while keep other features like code highlighting.