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