Rahul Goyal
Rahul Goyal

Reputation: 774

What is the Keyboard shortcut to “untab” in Atom Editor?

When we select lines and hit tab, it moves it to right. How do we do the opposite (move left by tab spaces) ?

Upvotes: 11

Views: 16802

Answers (2)

0x0001
0x0001

Reputation: 525

Use Ctrl+[ to decrease the indentation and Ctrl+] (which is similar as tab) to increase the indentation. Same is valid in other editors as well.

Upvotes: 9

Annemarie Köhler
Annemarie Köhler

Reputation: 378

In Atom and in most IDEs you can untab by hitting SHIFT and TAB.

Upvotes: 33

Related Questions