diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-29 15:34:59 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-29 15:34:59 -0700 |
commit | 3630066bdc3ff5abc840fc22bf4add39cd1d6433 (patch) | |
tree | 07b3030a526742f54ebbedd31844e731fb79eede /plugin/vim-options.vim | |
parent | 36afd8c0c2733abba5a4e55279dee8b7bfc53187 (diff) |
Adding backspace option
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 1 |
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 |