Atom
A cheatsheet by @rstacruz|Refreshed about 3 years ago.Refresh|View source on Github

Tree

Tree

Shortcut Description
⌘\ Toggle tree
⌘⇧\ Reveal current file

Comments

Comments

Shortcut Description
⌘/ Toggle comments

View

View

Shortcut Description
⌘k Split pane to the left
⌘⌥= Grow pane
⌘⌥- Shrink pane
^⇧← Move tab to left

Bracket matcher

Bracket matcher

Shortcut Description
^m Go to matching bracket
^] Remove brackets from selection
^⌘m Select inside brackets
⌥⌘. Close tag

Symbols view

Symbols view

Shortcut Description
^⌥↓ Jump to declaration under cursor
^⇧r Show tags

Symbols view enables Ctags support for Atom.

See: Symbols view

Git

Git

^⇧9 Show Git pane
^⇧8 Show GitHub pane

Editing

Editing

Shortcut Description
⌘d Select word
⌘l Select line
⌘↓ Move line down
⌘↑ Move line up
⌘⏎ New line below
⌘⇧⏎ New line above
⌘⇧k Delete line
⌘⇧d Duplicate line

Project

Project

Shortcut Description
⌘⇧p Command palette
⌘⇧a Add project folder
⌘n New file
⌘⇧n New window
⌘f Find in file
⌘⇧f Find in project
⌘t Search files in project

  • For Windows and Linux, is the Control key.
  • For macOS, it’s the Command key.

  • For Windows and Linux, is the Alt key.
  • For macOS, it’s the Option key.