[Text Editor] VIM里BackSpce键不起作用
Tofloor
poster avatar
chiron
deepin
2021-01-17 23:58
Author

VIM里BackSpce键不起作用,无法删除内容

Reply Favorite View the author
All Replies
thepoy
deepin
2021-01-18 00:05
#1

vim里删除我一般用x

Reply View the author
XXTXTOP
deepin
2021-01-18 00:26
#2
It has been deleted!
xxNull
deepin
2021-01-18 17:25
#3

在.vimrc里面新增配置:

set backspace=indent,eol,start

Reply View the author
anye7up
deepin
2021-01-18 21:43
#4

应该是默认设置是兼容vi,所以才不能删除。按3楼的设置一下。

或者试试这个

``` 

set nocompatible    " 关闭vi兼容

```

Reply View the author
chiron
deepin
2021-01-24 06:09
#5
xxNull

在.vimrc里面新增配置:

set backspace=indent,eol,start

多谢,亲测有效

Reply View the author