Sublime Forum

Indent using tabs and backspace behavior

#1

Hi!

Currently I’m using build 3095 beta. When working on my projects I’m using tab 8 indent. Is it possible write tab and then backspacing 2 chars? (Which is more comfortable instead press ‘space’ key six times.)

0 Likes

#2

You could override the keybinding and write a plugin command that deletes the last two spaces instead of the whole indent. That would also allow you to adjust the behavior exactly to your needs.

Other than that, I mostly find myself selecting the space characters I want to delete (using shift+left-arrow) and then deleting the selection.

0 Likes