aboutsummaryrefslogtreecommitdiff
path: root/vim/config/backspace.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:25:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:25:53 +1300
commitf5ecb57445f1cbff0dc16428d9c04ec1d0fe46de (patch)
treed6b0f7f72a284b775e2acaca9a5fa3a4b8a99857 /vim/config/backspace.vim
parentMove yanking .vimrc config into subfile (diff)
downloaddotfiles-f5ecb57445f1cbff0dc16428d9c04ec1d0fe46de.tar.gz
dotfiles-f5ecb57445f1cbff0dc16428d9c04ec1d0fe46de.zip
Move backspace .vimrc config into subfile
Diffstat (limited to 'vim/config/backspace.vim')
-rw-r--r--vim/config/backspace.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/config/backspace.vim b/vim/config/backspace.vim
new file mode 100644
index 00000000..a4089a68
--- /dev/null
+++ b/vim/config/backspace.vim
@@ -0,0 +1,3 @@
+" Let me backspace over pretty much anything, even if it's not text I inserted
+" in the current session
+set backspace=indent,eol,start