Backspace Tab in Sublime Text 2

sublimetext2

Solution

There are two options:

Shift+ Tab

or

Ctrl+ [ (on mac this is ⌘+ [)

Problem

I have block of code that I would like to move (2 space/1 tab) backwards. I know I can select the whole block and hit tab to move it forward but how do I move the whole block backwards (to the the left)?

Original source