安装
1
apt-get install vim
修改vim配置文件
1
vi /usr/share/vim/vim80/defaults.vim

70行 set mouse=a 修改为 set mouse-=a

1
2
3
if has('mouse')
set mouse-=a
endif