1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-17 07:57:43 +02:00
cheatsheets/atom.md
Rico Sta. Cruz 81ed3a6302
atom: update
2017-09-20 12:49:48 +08:00

1.0 KiB

title, category, layout, updated
title category layout updated
Atom Apps 2017/sheet 2017-09-20

Shortcuts

{: .-three-column}

Tree

Shortcut Description
⌘\ Toggle tree
⌘⇧\ Reveal current file
{: .-shortcuts}

Comments

Shortcut Description
⌘/ Toggle comments
{: .-shortcuts}

View

Shortcut Description
⌘k Split pane to the left
--- ---
⌥⌘= Grow pane
⌥⌘- Shrink pane
--- ---
^⇧← Move tab to left
{: .-shortcuts}

Bracket matcher

| ^m | Go to matching bracket | | ^] | Remove brackets from selection | | ^⌘m | Select inside brackets | | ⌥⌘. | Close tag | {: .-shortcuts}

Symbols view

| ^⌥↓ | Jump to declaration under cursor | | ^⇧r | Show tags | {: .-shortcuts}

Symbols view enables Ctags support for Atom.

See: Symbols view

Git

| ^⇧9 | Show Git pane | | ^⇧8 | Show GitHub pane | {: .-shortcuts}