ubuntu中vi不能正常使用,比如退格、方向等会出现问题。 解决方法: 在命令行窗口,运行两条命令 $sudo apt-get remove vim-common $sudo apt-get install vim 问题解决