Configure backspace to properly work

This commit is contained in:
Gabriel Augendre 2022-02-23 21:14:41 +01:00
parent eae46621d8
commit 7792cc525a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ set hlsearch
set incsearch
set splitbelow
set splitright
set backspace=indent,eol,start
"split navigations
nnoremap <C-J> <C-W><C-J>