Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unindent lines in Sublime Text

You know when you have a bunch of text marked and predd TAB the text moves to the right (I can't remember what this is called...). How can I make the text do the opposite?

like image 790
Sindre Avatar asked Nov 24 '13 11:11

Sindre


2 Answers

This is like other editors. Just try Shift+TAB. ;)

like image 80
SRF Avatar answered Oct 03 '22 10:10

SRF


The commands you're talking about are called "indent" and "unindent".

Mac

Indent: cmd + ]

Unindent: cmd + [

Others

Indent: ctrl + ]

Unindent: ctrl + [

like image 24
Nikita Volkov Avatar answered Oct 04 '22 10:10

Nikita Volkov