Catalog / Atom Editor Cheatsheet

Atom Editor Cheatsheet

A comprehensive cheat sheet for the Atom text editor, covering essential shortcuts, commands, and features for efficient coding and development.

Basic Shortcuts

File Management

⌘N

New File

⌘O

Open File

⌘S

Save File

⌘⇧S

Save File As…

⌘W

Close Tab

⌘⇧T

Reopen Closed Tab

⌘⇧W

Close Window

⌘Q

Quit Atom

Edit Menu

⌘Z

Undo

⌘⇧Z

Redo

⌘X

Cut

⌘C

Copy

⌘V

Paste

⌘A

Select All

⌘⇧C

Copy Path

Navigation

⌘↑

Go to Top of File

⌘↓

Go to Bottom of File

⌥←

Go to Start of Word

⌥→

Go to End of Word

Advanced Editing

Selection & Manipulation

⌘D

Select Next Word

⌘K ⌘D

Skip current selected word and select next

⌘L

Select Line

^⌘↑

Move Line Up

^⌘↓

Move Line Down

⌘⇧D

Duplicate Line

^⇧K

Delete Line

Code Folding

⌥⌘[

Fold Current Block

⌥⌘]

Unfold Current Block

⌥⌘⇧[

Fold All Blocks

⌥⌘⇧]

Unfold All Blocks

⌘K ⌘0

Fold All Blocks

⌘K ⌘J

Unfold All Blocks

Bracket Matching

^M

Go to Matching Bracket

^⌫

Remove Brackets from Selection

^⌘M

Select Inside Brackets

⌥⌘.

Close Tag

Find & Replace

Basic Find

⌘F

Find in File

⌘G

Find Next

⌘⇧G

Find Previous

Advanced Find

⌘⌥F

Find in Buffer

⌘⇧F

Find in Project

Replace

⌥⌘E

Use Selection for Find

⌘E

Use Selection for Replace

⌘⌥/

Replace All

Panes & Projects

Pane Management

⌘K ←,→,↑,↓

Split Pane (Left, Right, Up, Down)

⌘⌥=

Grow Pane

⌘⌥-

Shrink Pane

Project Management

⌘⇧O

Add Project Folder

⌘T

Search Files in Project

⌘⇧P

Command Palette

⌘N

New File

⌘⇧N

New Window

View Management

⌘\

Toggle Tree View

⌘⇧\

Reveal Current File in Tree View

^⇧R

Show Tags (Symbols View)

⌥⌘↓

Jump to Declaration under Cursor