Here’s a quick cheat-sheet for the keyboard shortcuts Atom provides, to help you become a keyboard master.

Atom Editor Keyboard Shortcut Cheat Sheet If you’d prefer this in downloadable form here’s a single-page printable version to keep on your desk

 

General

  • shift + ⌘ + pToggle command palette
  • ⌘ + /Toggle line/selection comment
  • ctrl + spaceShow available auto-completions

File Navigation

  • ⌘ + pToggle file finder
  • ctrl + gGoto line
  • ⌘ + rGoto symbol
  • shift + ⌘ + { / }Previous/next file
  • ⌘ + F2Set bookmark
  • F2Goto next bookmark

View/Window Manipulation

  • ⌘ + \Toggle tree-view sidebar
  • ctrl + ⌘ + fToggle fullscreen
  • ⌘ + k, left/right/up/downSplit pane left/right/up/down
  • ⌘ + k, ⌘ + left/right/up/downFocus pane left/right/up/down

Find

  • ⌘ + fFind in file
  • ⌘ + gFind next
  • shift + ⌘ + fFind in project
  • ⌘ + eUse selection for find

Folding

  • ctrl + ⌘ + [ / ]Fold/unfold current code block
  • option + shift + ⌘ + [ / ]Fold/unfold all code blocks
  • ⌘ + 1-9*Fold code blocks at depth 1-9 *

Word Manipulation

  • ctrl + tTranspose characters either side of cursor
  • option + backspaceDelete text to beginning of word
  • option + delete or fn + option + backspaceDelete text to end of word

Line Manipulation

  • ⌘ + ] / [Indent/outdent current line
  • ⌘ + enterInsert new line after current line
  • ⌘ + shift + enterInsert new line before current line
  • ctrl + shift + kDelete current line
  • ctrl + ⌘ + up/downMove current line up/down
  • shift + ⌘ + dDuplicate current line
  • ⌘ + jJoin current and next lines

Selection

  • ⌘ + dSelect current word/token
  • ⌘ + lSelect current line
  • option + shift + left/rightSelect to beginning/end of word
  • shift + ⌘ + left/rightSelect to first/last character of line
  • shift + ⌘ + up/downSelect to top/bottom of document

For windows user or linux, replace ⌘ with CTRL

Atom Editor Keyboard Shortcut Cheat Sheet reference article : https://blog.bugsnag.com/atom-editor-cheat-sheet/