Spaces as tabs and backspace behavior in Vim

Solution 1:

Try set softtabstop=4

Solution 2:

You can try using ^T and ^D.

:help i_CTRL-T
:help i_CTRL-D

These allow to insert or delete (more like backspace though) a number of spaces equal to shiftwidth.