修复vi按键错乱

原因:ubuntu vi 默认是安装 vim-tiny

1、卸载

1
sudo apt-get remove vim-common

2、安装

1
sudo apt-get install vim