Influences the working of <BS>, <Del>, CTRL-W and CTRL-U in Insert
mode. This is a list of items, separated by commas. Each item allows
a way to backspace over something:
value effect
indent allow backspacing over autoindent
eol allow backspacing over line breaks (join lines)
start allow backspacing over the start of insert; CTRL-W and CTRL-U
stop once at the start of insert.
字符串
更改退格键行为
尝试将以下内容添加到.vimrc:
set backspace=indent,eol,start " backspace over everything in insert mode
2条答案
按热度按时间r7xajy2e1#
解释说明
“退格键”设置控制此行为。
从帮助页面:
字符串
更改退格键行为
尝试将以下内容添加到
.vimrc
:型
同一命令的简写版本:
型
ahy6op9u2#
如果你使用
vim
:字符串
如果您使用
vi
:型
然后将这一行添加到文件的顶部:
型
保存文件,这应该可以修复它