Reset vim backspace configuration

This commit is contained in:
Talia 2020-04-02 08:37:46 +02:00
parent 97d7cf54ef
commit e9acbc3170
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -49,7 +49,7 @@ filetype plugin on
filetype indent on
set ruler
"set backspace=eol,start,indent
set backspace=start
set backspace=start,indent,eol
set path+=** " Enable fuzzy search " STAAAAAARS
set wildmenu "Menu for tab completion
set enc=utf8