diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 00:03:16 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 00:03:16 +1200 |
commit | 0625928cffec63a68c39b9eeb222ae7e67dcccca (patch) | |
tree | aa009f5f44d5f9d82aa808d446176acaf37d0971 /vim/vimrc | |
parent | Remove unneeded :vnoremap command (diff) | |
download | dotfiles-0625928cffec63a68c39b9eeb222ae7e67dcccca.tar.gz dotfiles-0625928cffec63a68c39b9eeb222ae7e67dcccca.zip |
Alphabetically order 'backspace' flags
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,8 +44,8 @@ endif " Let me backspace over pretty much anything set backspace= -set backspace+=indent " Spaces from 'autoindent' set backspace+=eol " Line breaks +set backspace+=indent " Spaces from 'autoindent' set backspace+=start " The start of current insertion " Never use any kind of bell, visual or not |