环境:ubuntu16.04
vim版本:7.0
由于之前配置vim出错,所以vim使用起来比较麻烦。
1.sudo apt-get remove vim //输入re按下tab直接显示remove
2.sudo apt-get remove vim-runtime
3.sudo apt-get remove vim -tiny
4.sudo apt-get remove vim-common
ubuntu 16.04没有安装vim编辑器,初次使用需要安装:http://www.linuxdiyf.com/linux/22105.html
Ubuntu16.04 vim配置自动补全:http://www.linuxdiyf.com/linux/20519.html