Atom is a versatile, open-source text editor designed for developers. It offers a customizable workspace where you can write code, manage projects, and collaborate with ease. Here are some shortcuts to help you navigate Atom faster.
General
Open Folder
Ctrl + Shift + O
Save All Files
Ctrl + Alt + S
Close Current File
Ctrl + W
Close All Files
Ctrl + Shift + W
Reopen Last Closed File
Ctrl + Shift + T
Open Command Palette
Ctrl + Shift + P
Toggle Fullscreen Mode
F11
Reload Atom
Ctrl + Shift + F5
File and Project Management
Find File in Project
Ctrl + P
Search Project
Ctrl + Shift + F
Add Project Folder
Ctrl + Shift + A
Remove Project Folder
Ctrl + Shift + Remove
Open File in Project
Ctrl + P
Editing
Duplicate Line or Selection
Ctrl + Shift + D
Delete Line
Ctrl + Shift + K
Expand Selection to Bracket
Ctrl + Shift + M
Find Word Occurrences
Ctrl + F2
Split Selection into Lines
Ctrl + Shift + L
Navigation
Jump to Matching Bracket
Ctrl + M
Go to Beginning of Line
Home
Go to Beginning of File
Ctrl + Home
Go to End of File
Ctrl + End
Scroll Line Down
Ctrl + Down
Search and Replace
Find All Occurrences
Ctrl + Alt + F
Find in Project
Ctrl + Shift + F
Pane Management
Split Pane Up
Ctrl + K, Up
Split Pane Down
Ctrl + K, Down
Split Pane Left
Ctrl + K, Left
Split Pane Right
Ctrl + K, Right
Switch to Next Pane
Ctrl + K, Ctrl + Right
Switch to Previous Pane
Ctrl + K, Ctrl + Left