Is it possible to have the backspace delete to the previous indent instead of just a single character?
For instance:
1 <ul>
2 <li>first</li>
3 <li>second</li>
4 </ul>
If I have the cursor just in front of the
second
on line 3, I would like to have the backspace delete 4 spaces instead of just 1 space. If I have the cursor just in front of the on line 4, I would like to press the backspace key twice to have it line up with the