I have been using Sublime with this option disabled for a while and apparently I have missed documenting one little thing.
If I’m working with indented text when the cursor is at the first character in the line, and I press backspace, then [tab width] space characters are removed instead of just one. Personally, since it has to do with automatic behaviours relating to indentation, I think this behaviour should be part of what is disabled with the “autoIndent false” option. My “translateTabsToSpaces” option has been set to “true”, if that makes any difference.
However, perhaps there is some way to fix this using the keybindings? Currently there is:
<binding key="backspace" command="leftDeleteCharacters"/>
But changing that to “leftDeleteCharacter” or “leftDelete” just disabled the backspace key
Any help?
Thanks!