From 11bee5281cbc9e0ed937937ad31212dfcc4b2426 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 May 2019 13:55:43 +1200 Subject: Try doing without 'backspace' settings Let's see how we go without this. --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index ab4729ec..bc7f7366 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -28,11 +28,6 @@ else let &softtabstop = &shiftwidth endif -" Let me backspace over pretty much anything -set backspace+=eol " Line breaks -set backspace+=indent " Spaces from 'autoindent' -set backspace+=start " The start of current insertion - " Try to keep backups in one system-appropriate dir, including full encoded " path in filename (trailing double slash) if supported (v8.1.251) set backup -- cgit v1.2.3