All hotkeys for Atom (text editor) 1.0 (MacOS)
GeneralPreferences |
Command + , |
GeneralToggle command palette |
Command + Shift + P |
GeneralBrowse list of open files |
Command + B |
GeneralReload Atom |
Command + Option + R |
GeneralChange synatx highlighting |
Command + Shift + L |
GeneralShow available code snippets |
Option + Shift + S |
GeneralMarkdown preview |
Command + Shift + M |
GeneralToggle Developer Tools |
Command + Option + I |
File ManagementNew file |
Command + N |
File ManagementNew Window |
Command + Shift + N |
File ManagementOpen file (type the name to perform a search) |
Command + P |
File ManagementOpen file |
Command + O |
File ManagementOpen folder |
Command + Shift + O |
File ManagementSave |
Command + S |
File ManagementSave as |
Command + Shift + S |
File ManagementClose tab |
Command + W |
File ManagementClose window |
Command + Shift + W |
Editing LinesGo to line |
Command + G |
Editing LinesSelect line |
Command + L |
Editing LinesDuplicate line |
Command + Shift + D |
Editing LinesDelete line |
Command + Shift + K |
Editing LinesMove line up/down |
Command + Arrow Up / Arrow Down |
Editing LinesToggle comment line |
Command + / |
Editing LinesNew line below |
Command + Return |
Editing LinesIndent / outdent selected lines |
Command + [ / ] |
Editing LinesJoin lines |
Command + J |
Editing Words and BracketsMove to beginning / end of current word |
Option + B / F |
Editing Words and BracketsSelect to beginning / end of current word |
Option + Shift + B / F |
Editing Words and BracketsDelete to beginning of current word |
Command + Del / Option + H |
Editing Words and BracketsDelete to end of current word |
Command + Delete / Option + D |
Editing Words and BracketsComplete bracket |
Command + Option + . |
Editing Words and BracketsGo to matching bracket |
Command + M |
Editing Words and BracketsSelect code inside matching brackets |
Command + Option + M |
Code FoldingFold all code at indent level 1 ... 9 |
Command + K then Command + 1 ... 9 |
Code FoldingFold / unfold code |
Command + Option + / |
Code FoldingFold selected code |
Command + Option + F |
Code FoldingFold / unfold all code |
Command + Option + [ / ] |
Find and ReplaceFind in current file |
Command + F |
Find and ReplaceFind in project |
Command + Shift + F |
Find and ReplaceFind next |
F3 |
Find and ReplaceFind previous |
Shift + F3 |
Find and ReplaceReplace all |
Command + Enter |
Find and ReplaceUse Regex in search |
Command + Option + / |
Find and ReplaceMatch case in search |
Command + Option + C |
Find and ReplaceSearch only in selection |
Command + Option + S |
Find and ReplaceMatch whole word |
Command + Option + W |
ViewIncrease / decrease text size |
Command + Shift + = / - |
ViewReset text size |
Command + 0 |
ViewToggle fullscreen |
F11 |
Tree ViewToggle focus Tree View |
Command + 0 / Option + \ |
Tree ViewToggle tree view |
Command + K then B or Command + \ |
Tree ViewSelect next/previous item |
J / K |
Tree ViewExpand / collapse selected directory |
H / L OR Arrow Right / Arrow Left |
Tree ViewRecursively expand / collapse directories |
Option + Arrow Left / Arrow Right / Command + Option + [ / ] |
Tree ViewOpen selected item |
Return |
Tree ViewMove selected item |
M / F2 |
Tree ViewDelete current item |
Del / Delete |
Tree ViewDuplicate selected item |
D |
Tree ViewOpen selected item in pane 1 ... 9 |
Command + 1 ... 9 |
Tree ViewAdd new file |
A |
Tree ViewAdd new folder |
Shift + A |
Tree ViewToggle display of VCS ignored files |
I |
Github IntegrationOpen on Github: blame |
Option + G , then B |
Github IntegrationOpen on Github: copy-url |
Option + G , then C |
Github IntegrationOpen on Github: repository |
Option + G , then G |
Github IntegrationOpen on Github: history |
Option + G , then H |
Github IntegrationOpen on Github: issues |
Option + G , then I |
Github IntegrationOpen on Github: file |
Option + G , then O |
Github IntegrationOpen on Github: branch-compare |
Option + G , then R |
Manage DiffsToggle list of diffs in file |
Option + G , then D |
Manage DiffsMove to next/previous diff in file |
Option + G , then Arrow Down / Arrow Up |