Save Time. Use Shortcuts.

Atom Shortcuts

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 File
Ctrl + O
Open Folder
Ctrl + Shift + O
Save File
Ctrl + S
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 Settings
Ctrl + ,
Open Command Palette
Ctrl + Shift + P
Toggle Fullscreen Mode
F11
Toggle Soft Wrap
Alt + Z
Reload Atom
Ctrl + Shift + F5
File and Project Management
Toggle Tree View
Ctrl + \
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
Undo
Ctrl + Z
Redo
Ctrl + Shift + Z
Cut
Ctrl + X
Copy
Ctrl + C
Paste
Ctrl + V
Duplicate Line or Selection
Ctrl + Shift + D
Delete Line
Ctrl + Shift + K
Indent Line
Ctrl + ]
Outdent Line
Ctrl + [
Toggle Comment
Ctrl + /
Move Line Up
Alt + Up
Move Line Down
Alt + Down
Select All
Ctrl + A
Select Word
Ctrl + D
Select Line
Ctrl + L
Expand Selection to Bracket
Ctrl + Shift + M
Find Word Occurrences
Ctrl + F2
Split Selection into Lines
Ctrl + Shift + L
Navigation
Go to Line
Ctrl + G
Jump to Matching Bracket
Ctrl + M
Go to Beginning of Line
Home
Go to End of Line
End
Go to Beginning of File
Ctrl + Home
Go to End of File
Ctrl + End
Scroll Line Up
Ctrl + Up
Scroll Line Down
Ctrl + Down
Search and Replace
Find
Ctrl + F
Find and Replace
Ctrl + H
Find Next
F3
Find Previous
Shift + F3
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
Close Pane
Ctrl + K, W
Switch to Next Pane
Ctrl + K, Ctrl + Right
Switch to Previous Pane
Ctrl + K, Ctrl + Left

Built by Ayush Tomar