I understand how to get Eclipse to insert spaces in place of tabs, but then I\'d rather not have to arrow through 12 spaces to reach an indented block.
Bonus points
Try CTRL+[right,left] arrow key. Certainly one of my most-used combos.
With the next Eclipse 20199.12/4.14, that might actually be possible! (albeit ten years later)
See "Backspace/delete can treat spaces as tabs"
If you use the Insert spaces for tabs option, now you can also change the backspace and delete keys behavior to remove multiple spaces at once, as if they were a tab.
The new setting is called
Remove multiple spaces on backspace/delete
and is found on theGeneral > Editors > Text Editors
preference page.
As it turns out, this appears to not be possible in Eclipse.