vim编辑状态,退格键(backspace)无效,无法删除字符。
需要设置以下命令(可以加入~/.vimrc自动执行):
set nocompatible set backspace=indent,eol,start
解释:
:set indent,:set ai