由于Ubuntu预安装的是vim tiny版本,就会导致在使用上的不便 首先,先卸掉旧版的vi sudo apt-get remove vim-common 然后安装full版的vim sudo apt-get install vim