The solution that vim cannot use the backspace key in edit mode

The solution that vim cannot use the backspace key in edit mode:

Add the following configuration in .vimrc:

set bs=indent,eol,start " Backspace over everything in insert mode

Guess you like

Origin blog.csdn.net/wtl1992/article/details/131748483