Reset vim backspace to see if this works better
This commit is contained in:
parent
0debcd7931
commit
ea04bd6eb4
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue