title | category | layout | updated |
---|---|---|---|
Atom |
Apps |
2017/sheet |
2021-09-10 |
{: .-three-column}
Shortcut | Description |
---|---|
⌘\ |
Toggle tree |
⌘⇧\ |
Reveal current file |
{: .-shortcuts} |
Shortcut | Description |
---|---|
⌘/ |
Toggle comments |
{: .-shortcuts} |
Shortcut | Description |
---|---|
⌘k ←,→,↑,↓ |
Split pane to the left, right, up, or down |
--- | --- |
⌘⌥= |
Grow pane |
⌘⌥- |
Shrink pane |
--- | --- |
^⇧← /^⇧→ |
Move tab to left/right |
{: .-shortcuts} |
Shortcut | Description |
---|---|
^m |
Go to matching bracket |
^⌫ |
Remove brackets from selection |
^⌘m |
Select inside brackets |
⌥⌘. |
Close tag |
{: .-shortcuts} |
Shortcut | Description |
---|---|
⌥⌘↓ |
Jump to declaration under cursor |
^⇧r |
Show tags |
{: .-shortcuts} |
Symbols view enables Ctags support for Atom.
See: Symbols view
Shortcut | Description |
---|---|
^⇧9 |
Show Git pane |
^⇧8 |
Show GitHub pane |
{: .-shortcuts} |
Shortcut | Description |
---|---|
⌘d |
Select word |
⌘l |
Select line |
--- | --- |
^⌘↑ |
Move line up |
^⌘↓ |
Move line down |
--- | --- |
⌘⏎ |
New line below |
⌘⇧⏎ |
New line above |
--- | --- |
^⇧k |
Delete line |
⌘⇧d |
Duplicate line |
{: .-shortcuts} |
Shortcut | Description |
---|---|
⌘⇧p |
Command palette |
⌘⇧o |
Add project folder |
--- | --- |
⌘n |
New file |
⌘⇧n |
New window |
--- | --- |
⌘f |
Find in file |
⌘⇧f |
Find in project |
⌘t |
Search files in project |
{: .-shortcuts} |
- For Windows and Linux,
⌘
is theControl
key. - For macOS, it's the
Command
key.
- For Windows and Linux,
⌥
is theAlt
key. - For macOS, it's the
Option
key.