Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 717
Rahul Goyal Avatar asked Jun 07 '16 10:06

Rahul Goyal


2 Answers

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

like image 121
Annemarie Köhler Avatar answered Nov 19 '22 23:11

Annemarie Köhler


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.

like image 38
0x0001 Avatar answered Nov 20 '22 01:11

0x0001