aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index bd7b476..7213d19 100644
--- a/.vimrc
+++ b/.vimrc
@@ -6,6 +6,8 @@ set clipboard=unnamed
set wildmenu
" Allow cursor keys in insert mode
set esckeys
+# Allow backspace in insert mode
+set backspace=indent,eol,start
" Optimize for fast terminal connections
set ttyfast
" Add the g flag to search/replace by default