Erwin Prasetyo
UI/UX Designer
© 2022 All rights reserved.
Atom Editor Keyboard Shortcut Cheat Sheet

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 + ⌘ + p
Toggle command palette⌘ + /
Toggle line/selection commentctrl + space
Show available auto-completions
File Navigation
⌘ + p
Toggle file finderctrl + g
Goto line⌘ + r
Goto symbolshift + ⌘ + { / }
Previous/next file⌘ + F2
Set bookmarkF2
Goto next bookmark
View/Window Manipulation
⌘ + \
Toggle tree-view sidebarctrl + ⌘ + f
Toggle fullscreen⌘ + k, left/right/up/down
Split pane left/right/up/down⌘ + k, ⌘ + left/right/up/down
Focus pane left/right/up/down
Find
⌘ + f
Find in file⌘ + g
Find nextshift + ⌘ + f
Find in project⌘ + e
Use selection for find
Folding
ctrl + ⌘ + [ / ]
Fold/unfold current code blockoption + shift + ⌘ + [ / ]
Fold/unfold all code blocks⌘ + 1-9
*Fold code blocks at depth 1-9 *
Word Manipulation
ctrl + t
Transpose characters either side of cursoroption + backspace
Delete text to beginning of wordoption + delete
orfn + option + backspace
Delete text to end of word
Line Manipulation
⌘ + ] / [
Indent/outdent current line⌘ + enter
Insert new line after current line⌘ + shift + enter
Insert new line before current linectrl + shift + k
Delete current linectrl + ⌘ + up/down
Move current line up/downshift + ⌘ + d
Duplicate current line⌘ + j
Join current and next lines
Selection
⌘ + d
Select current word/token⌘ + l
Select current lineoption + shift + left/right
Select to beginning/end of wordshift + ⌘ + left/right
Select to first/last character of lineshift + ⌘ + up/down
Select 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/