diff --git a/.vimrc b/.vimrc index 9974ac2..bed096e 100644 --- a/.vimrc +++ b/.vimrc @@ -13,3 +13,6 @@ set ts=2 sts=2 sw=2 expandtab syntax enable colorscheme Tomorrow-Night-Bright + +" Make backspace key work like most other apps +set backspace=indent,eol,start