aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-16 23:43:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-16 23:43:12 +1200
commitee0b0d17aee342881ea2fe0f5f0436d8a35802e8 (patch)
treeaf7296a651621eef5080c591f121890e30bd3f41 /vim/vimrc
parentAdjust order of some directives (diff)
downloaddotfiles-ee0b0d17aee342881ea2fe0f5f0436d8a35802e8.tar.gz
dotfiles-ee0b0d17aee342881ea2fe0f5f0436d8a35802e8.zip
Adjust order of 'backspace' flags per docs
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1b2c3a1b..f5f46ed8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -47,8 +47,8 @@ else
endif
" Let me backspace over pretty much anything
-set backspace+=eol " Line breaks
set backspace+=indent " Spaces from 'autoindent'
+set backspace+=eol " Line breaks
set backspace+=start " The start of current insertion
" Try to keep backups in one system-appropriate dir, including full encoded