From 3630066bdc3ff5abc840fc22bf4add39cd1d6433 Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Tue, 29 Jan 2019 15:34:59 -0700
Subject: Adding backspace option

---
 plugin/vim-options.vim | 1 +
 1 file changed, 1 insertion(+)

(limited to 'plugin')

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
-- 
cgit v1.2.3