All hotkeys for Atom (text editor) 1.0 (Linux)
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 LinesNew line above |
Ctrl + Shift + 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) |
Tree ViewToggle tree view |
Ctrl + k , then b |
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 |