vim: backspace fix (#15)

vim backspace fix
This commit is contained in:
Dict Xiong 2022-09-01 23:22:18 +08:00 committed by GitHub
parent 3421d27be9
commit 5bd6d9f822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ set autoindent
set smartindent set smartindent
set tabstop=4 set tabstop=4
set expandtab "spaces instead of tabs set expandtab "spaces instead of tabs
set backspace=indent,eol,start
set number "line numbers set number "line numbers
set history=1000 set history=1000
set ignorecase "when searching set ignorecase "when searching