aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-01-29 15:34:59 -0700
committerCody Hiar <codyfh@gmail.com>2019-01-29 15:34:59 -0700
commit3630066bdc3ff5abc840fc22bf4add39cd1d6433 (patch)
tree07b3030a526742f54ebbedd31844e731fb79eede
parent36afd8c0c2733abba5a4e55279dee8b7bfc53187 (diff)
Adding backspace option
-rw-r--r--plugin/vim-options.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index d8ed6bd..501972d 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -17,6 +17,7 @@ set completeopt-=preview " Hide the preview/scratch window
set path=** " Allow commands like 'gf' to find files
set wildignore=*/app/cache,*/vendor,*/env,*.pyc,*/venv,*/__pycache__,*/venv " Ignore folders
set sessionoptions+=globals " Append global variables to the default session options (Window Names)
+set backspace=2 " Make backspace work like most other programs
" Custom status line