45

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)?

FluxEngine
  • 12,730
  • 14
  • 57
  • 83

3 Answers3

109

There are two options:

Shift+ Tab

or

Ctrl+ [ (on mac this is + [)

Community
  • 1
  • 1
Hugo Corrá
  • 14,546
  • 3
  • 27
  • 39
5

In Window Os Simple Press

Shift + Tab

To Remove Back Space Tab In sublime Text 2.

Mayur Vora
  • 922
  • 2
  • 14
  • 25
0

in linux,windows

It can be done with this command

Sublime Text,Vscode,Elipse,PhpStorm,Atom => shift+tab

Python IDLE => Ctrl + [

Netwons
  • 1,170
  • 11
  • 14