Atom Cheatsheet
// This might work...
http://ursooperduper.github.io/cheatsheets/atom/
Atom Cheatsheet
General
| ⌘ , | Preferences |
| ⌘ H | Hide Atom |
| ⌥ ⌘ H | Hide Other Apps |
| ⇧ ⌘ N | New Window |
| ⌘ N | New File |
| ⌘ O | Open |
| ⇧ ⌘ O | Add Project Folder |
| ⇧ ⌘ T | Reopen Last Item |
| ⌘ W | Close Tab |
| ⇧ ⌘ W | Close Window |
| ⌘ M | Minimize |
| ⌃ ⌥ ⌘ M | Maximize |
Edit
| ⌘ Z | Undo |
| ⌘ Y | Redo |
| ⌘ X | Cut |
| ⌘ C | Copy |
| ⌃ ⇧ C | Copy Path |
| ⌘ V | Paste |
| ⌘ A | Select All |
| ⌘ / | Toggle Comments |
Lines
| ⌘ ] | Indent |
| ⌘ [ | Outdent |
| ⌃ ⌘ ↑ | Move Line Up |
| ⌃ ⌘ ↓ | Move Line Down |
| ⇧ ⌘ D | Duplicate Lines |
| ⌃ ⇧ K | Delete Lines |
| ⌘ J | Join Lines |
| F5 | Sort |
| ⌥ ⌘ Q | Reflow Selection |
| ⌃ ⇧ U | Select Encoding |
| ⌃ G | Go To Line |
| Select Grammar | |
| ⌃ ⌘ Space | Emoji & Symbols |
Text
| ⌥ D | Delete to End of Word |
| ⌃ ⇧ K | Delete Line |
| ⌃ T | Transpose |
Selection
| ⌃ ⇧ ↑ | Add Selection Above |
| ⌃ ⇧ ↓ | Add Selection Below |
| ⎋ | Single Selection |
| ⇧ ⌘ L | Split Into Lines |
| ⇧ ⌘ ↑ | Select to Top |
| ⇧ ⌘ ↓ | Select to Bottom |
| ⌘ L | Select Line |
| ⌃ ⇧ W | Select Word |
| ⌥ ⇧ B | Select to Beginning of Word |
| ⇧ ⌘ ← | Select to First Character of Line |
| ⌥ ⇧ F | Select to End of Word |
| ⇧ ⌘ → | Select to End of Line |
| ⌃ ⌘ M | Select Inside Brackets |
Find
| ⌘ F | Find in Buffer |
| ⌥ ⌘ F | Replace in Buffer |
| ⌘ D | Select Next |
| ⌃ ⌘ G | Select All |
| ⇧ ⌘ F | Find in Project |
| ⌘ G | Find Next |
| ⇧ ⌘ G | Find Previous |
| ⌘ B | Find Buffer |
| ⌘ P | Find File |
| ⇧ ⌘ B | Find Modified File |
View
| ⌃ ⌥ ⌘ L | Reload |
| ⌃ ⌘ F | Toggle Fullscreen |
| ⌘ = | Increase Font Size |
| ⌘ - | Decrease Font Size |
| ⌘ 0 | Reset Font Size |
| ⇧ ⌘ P | Toggle Command Palette |
| ⌘ \ | Toggle Tree View |
Developer
| ⌃ ⌥ ⌘ S | Run Atom Specs |
| ⌃ ⌥ ⌘ P | Run Package Specs |
| ⌥ ⌘ I | Toggle Developer Tools |
Legend
| ⇧ | Shift |
| ⌃ | Control |
| ⌥ | Option |
| ⌘ | Command |
| ↩ | Return |
| ⎋ | Escape |
| ⌫ | Delete |
| ⇥ | Tab |
Print this page for a specially formatted version of this cheatsheet.
General
| ⌘ , | Preferences |
| ⌘ H | Hide Atom |
| ⌥ ⌘ H | Hide Other Apps |
| ⇧ ⌘ N | New Window |
| ⌘ N | New File |
| ⌘ O | Open |
| ⇧ ⌘ O | Add Project Folder |
| ⇧ ⌘ T | Reopen Last Item |
| ⌘ W | Close Tab |
| ⇧ ⌘ W | Close Window |
| ⌘ M | Minimize |
| ⌃ ⌥ ⌘ M | Maximize |
Selection
| ⌃ ⇧ ↑ | Add Selection Above |
| ⌃ ⇧ ↓ | Add Selection Below |
| ⎋ | Single Selection |
| ⇧ ⌘ L | Split Into Lines |
| ⇧ ⌘ ↑ | Select to Top |
| ⇧ ⌘ ↓ | Select to Bottom |
| ⌘ L | Select Line |
| ⌃ ⇧ W | Select Word |
| ⌥ ⇧ B | Select to Beginning of Word |
| ⇧ ⌘ ← | Select to First Character of Line |
| ⌥ ⇧ F | Select to End of Word |
| ⇧ ⌘ → | Select to End of Line |
| ⌃ ⌘ M | Select Inside Brackets |
Edit
| ⌘ Z | Undo |
| ⌘ Y | Redo |
| ⌘ X | Cut |
| ⌘ C | Copy |
| ⌃ ⇧ C | Copy Path |
| ⌘ V | Paste |
| ⌘ A | Select All |
| ⌘ / | Toggle Comments |
Text
| ⌥ D | Delete to End of Word |
| ⌃ ⇧ K | Delete Line |
| ⌃ T | Transpose |
Lines
| ⌘ ] | Indent |
| ⌘ [ | Outdent |
| ⌃ ⌘ ↑ | Move Line Up |
| ⌃ ⌘ ↓ | Move Line Down |
| ⇧ ⌘ D | Duplicate Lines |
| ⌃ ⇧ K | Delete Lines |
| ⌘ J | Join Lines |
| F5 | Sort |
| ⌥ ⌘ Q | Reflow Selection |
| ⌃ ⇧ U | Select Encoding |
| ⌃ G | Go To Line |
| Select Grammar | |
| ⌃ ⌘ Space | Emoji & Symbols |
Fold
| ⌥ ⌘ [ | Fold |
| ⌥ ⌘ ] | Unfold |
| ⌥ ⇧ ⌘ ] | Unfold All |
| ⌥ ⇧ ⌘ [ | Fold All |
Find
| ⌘ F | Find in Buffer |
| ⌥ ⌘ F | Replace in Buffer |
| ⌘ D | Select Next |
| ⌃ ⌘ G | Select All |
| ⇧ ⌘ F | Find in Project |
| ⌘ G | Find Next |
| ⇧ ⌘ G | Find Previous |
| ⌘ B | Find Buffer |
| ⌘ P | Find File |
| ⇧ ⌘ B | Find Modified File |
View
| ⌃ ⌥ ⌘ L | Reload |
| ⌃ ⌘ F | Toggle Fullscreen |
| ⌘ = | Increase Font Size |
| ⌘ - | Decrease Font Size |
| ⌘ 0 | Reset Font Size |
| ⇧ ⌘ P | Toggle Command Palette |
| ⌘ \ | Toggle Tree View |
Developer
| ⌃ ⌥ ⌘ S | Run Atom Specs |
| ⌃ ⌥ ⌘ P | Run Package Specs |
| ⌥ ⌘ I | Toggle Developer Tools |
Legend
⇧
Shift
⌃
Control
⌥
Option
⌘
Command
↩
Return
⎋
Escape
⌫
Delete
⇥
Tab