Reset vim backspace configuration
This commit is contained in:
parent
97d7cf54ef
commit
e9acbc3170
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -49,7 +49,7 @@ filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
set ruler
|
set ruler
|
||||||
"set backspace=eol,start,indent
|
"set backspace=eol,start,indent
|
||||||
set backspace=start
|
set backspace=start,indent,eol
|
||||||
set path+=** " Enable fuzzy search " STAAAAAARS
|
set path+=** " Enable fuzzy search " STAAAAAARS
|
||||||
set wildmenu "Menu for tab completion
|
set wildmenu "Menu for tab completion
|
||||||
set enc=utf8
|
set enc=utf8
|
||||||
|
|
Loading…
Reference in a new issue