Xinqi Bao's Git

vimrc: set backspace=indent,eol,start
authorXinqi Bao <[email protected]>
Fri, 9 Oct 2020 13:06:19 +0000 (21:06 +0800)
committerXinqi Bao <[email protected]>
Fri, 9 Oct 2020 13:06:19 +0000 (21:06 +0800)
.vimrc

diff --git a/.vimrc b/.vimrc
index 2c9c1bd..ae97daa 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -9,6 +9,7 @@ set tabstop=4 softtabstop=4
 set shiftwidth=4
 set expandtab
 set smartindent
+set backspace=indent,eol,start
 set number
 set nowrap
 set smartcase