I edit python code with Vim.
With tab key I get four spaces inserted for indentation, how can I delete those spaces with one "Backspace"(?) stroke - instead of four?
There has to be some "set" option for that...
Here is my .vimrc:
set autoindent
set ts=4
set sw=4
set et