vim: fix backspace not working in insertmode
This commit is contained in:
parent
c468ace9e3
commit
ebd2dbe712
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -56,7 +56,7 @@ set smartindent
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|
||||||
" allow backspacing over autoindent and line breaks
|
" allow backspacing over autoindent and line breaks
|
||||||
set backspace=indent,eol
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
" already display matches while searching
|
" already display matches while searching
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue