I use auto-indent that always begins a new line on the level of indent the last line has been.
Now how do I specify this behavior in my vimrc:
Shift + Enter enters new line (just like just enter would) but also activates the backspace key 4 times (I use spaces instead of tabs (Python)) or, to make this useful for other users too: Just one backspace (to delete the tab).
Who can set me up?