sudo vi /etc/vim/vimrc.tiny
将倒数第二句“set compatible”改为“set nocompatible”
(2)解决删除键无效的问题
在“set nocompatible”后面增加一句“set backspace=2”