From ab727114effa9d49372066b36ba54fae670f2d87 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 25 May 2023 15:00:39 +0200 Subject: [PATCH] add backspace --- dot_vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_vimrc b/dot_vimrc index 1fc3c1d..d118196 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -104,6 +104,9 @@ set autowrite " Automatically save before commands like :next and :make set mouse=a " Enable mouse usage (all modes) set autoindent " Enable automatic einrueckungen +" more powerful backspacing +set backspace=indent,eol,start + " show the editing mode on the last line set showmode