70 Atom Keyboard Shortcuts

Atom shortcuts are widely used by developers and are very popular because this program makes it easy to write, edit, style, highlight, and collaborate on code in the smoothest way possible. With so many benefits, how could anyone not love keyboard shortcuts?

Below is a list of Atom Editor shortcuts that enable you to perform operations such as managing files and folders, editing text, formatting code, and much more. Utilizing all these shortcuts will increase your productivity while working on a project, elevating your project development speed to the next level. Download the Atom shortcuts list for Windows and Mac users, which you’ll need at your fingertips.

Most used Atom Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
PreferencesCtrl + ,Command + ,
Toggle command paletteCtrl + Shift + PCommand + Shift + P
Browse the list of open filesCtrl + BCommand + B
Reload AtomCtrl + Alt + RCommand + Option + R
Change syntax highlightingCtrl + Shift + LCommand + Shift + L
Show available code snippetsAlt + Shift + SOption + Shift + S
Markdown previewCtrl + Shift + MCommand + Shift + M
Toggle Developer ToolsCtrl + Alt + ICommand + Option + I

File Management Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
New fileCtrl + NCommand + N
New WindowCtrl + Shift + NCommand + Shift + N
Open fileCtrl + OCommand + O
Open folderCtrl + Shift + OCommand + Shift + O
Save asCtrl + Shift + SCommand + Shift + S
Close tabCtrl + WCommand + W
Close windowCtrl + Shift + WCommand + Shift + W
SaveCtrl + SCommand + S

Find and Replace Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
Find in the current fileCtrl + FCommand + F
Find in projectCtrl + Shift + FCommand + Shift + F
Find nextF3F3
Find PreviousShift + F3Shift + F3
Replace allCtrl + EnterCommand + Return
Use Regex in the searchCtrl + Alt + /Command + Option + /
Match case in searchCtrl + Alt + CCommand + Option + C
Search only in the selectionCtrl + Alt + SCommand + Option + S
Match the whole wordCtrl + Alt + WCommand + Option + W

Editing lines Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
Go to lineCtrl + GCommand + G
Select lineCtrl + LCommand + L
Duplicate lineCtrl + Shift + DCommand + Shift + D
Delete lineCtrl + Shift + KCommand + Shift + K
Move line upCtrl + Up Arrow keyCommand + Up Arrow key
Move line downCtrl + Down Arrow keyCommand + Down Arrow key
Toggle comment lineCtrl + /Command + /
New line belowCtrl + EnterCommand + Return
Indent selected linesCtrl + [Command + [
Outdent selected linesCtrl + ]Command + ]
Join linesCtrl + JCommand + J

Edit Words and Brackets Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
Move to the beginning of the current wordAlt + BOption + B
Move to the end of the current wordAlt + FOption + F
Select the beginning of the current wordAlt + Shift + BOption + Shift + B
Select to end of the current wordAlt + Shift + FOption + Shift + F
Delete to the beginning of the current wordCtrl + BackspaceCommand + Backspace
Delete to the end of the current wordCtrl + DeleteCommand + Delete
Complete bracketCtrl + Alt + .Command + Option + .
Go to the matching bracketCtrl + MCommand + M
Select code inside matching bracketsCtrl + Alt + MCommand + Option + M

Code folding Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
Fold all code at indent level 1 … 9Ctrl + 1 … 9Command + 1 … 9
Fold or unfold the codeCtrl + Alt + /Command + Option + /
Fold selected codeCtrl + Alt + FCommand + Option + F
Fold all codeCtrl + Alt + [Command + Option + [
Unfold all codeCtrl + Alt + ]Command + Option + ]

Tree view Shortcuts

ActionAtom Shortcut keys WindowsAtom Shortcut keys Mac
Toggle focus Tree ViewCtrl + 0Command + 0
Toggle tree viewCtrl + \Command + \
Select next itemJJ
Select the previous itemKK
Expand selected directoryRight Arrow keyRight Arrow key
Collapse selected directoryLeft Arrow keyLeft Arrow key
Recursively expand directoriesAlt + Left Arrow keyOption + Left Arrow key
Recursively collapse directoriesAlt + Right Arrow keyOption + Right Arrow key
Open selected itemEnterReturn
Move selected itemF2F2
Duplicate selected itemDD
Add new fileAA
Add new folderShift + AShift + A

GitHub Integration Shortcuts

ActionAtom Shortcuts WindowsAtom Shortcuts Mac
Open on GitHub: blameAlt + G then BOption + G then B
Open on GitHub: copy-URLAlt + G then COption + G then C
Open on GitHub: repositoryAlt + G then GOption + G then G
Open on GitHub: HistoryAlt + G then HOption + G then H
Open on GitHub: issuesAlt + G then IOption + G then I
Open on GitHub: fileAlt + G then OOption + G then O
Open on GitHub: branch-compareAlt + G then ROption + G then R

No doubt, Atom is one of the best text editors available on the market. However, many feel that it still lags behind Visual Studio Code in terms of performance and speed. There is tough competition between the two software companies. Take a look at Visual Studio Code shortcuts.

READ NEXT:

Back to top button