mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
make backspacing work again
Using the Vim from homebrew caused the backspace key to stop working. This fixes that issue.
This commit is contained in:
parent
33a6142936
commit
7a61e3414c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ set termencoding=utf-8
|
||||||
|
|
||||||
set autoindent
|
set autoindent
|
||||||
set background=dark
|
set background=dark
|
||||||
|
set backspace=2
|
||||||
set expandtab
|
set expandtab
|
||||||
set fillchars+=stl:\ ,stlnc:\
|
set fillchars+=stl:\ ,stlnc:\
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue