Reset vim backspace to see if this works better

This commit is contained in:
Talia 2020-03-25 10:21:47 +01:00
parent 0debcd7931
commit ea04bd6eb4
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

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