Disable mouse integration in VIM
Written by
on 13/10/2019
Category:
Linux, Ubuntu 14.04 LTS, Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Apache, Shell
Tags:
To disable the mouse in vim, simply insert the following instruction in `~/.vimrc`:
`set mouse-=a`
Then reload the parameter file with:
`. ~/.vimrc`