Hotkeys and shortcuts for Atom (text editor) 1.0 (Linux)

(Total 72)

Ctrl + ,
General
Preferences
Ctrl + Shift + p
General
Toggle command palette
Ctrl + b
General
Browse list of open files
Ctrl + Alt + r
General
Reload Atom
Ctrl + Shift + l
General
Change synatx highlighting
Alt + Shift + s
General
Show available code snippets
Ctrl + Shift + m
General
Markdown preview
Ctrl + Alt + i
General
Toggle Developer Tools
Ctrl + n
File Management
New file
Ctrl + Shift + n
File Management
New Window
Ctrl + p
File Management
Open file (type the name to perform a search)
Ctrl + o
File Management
Open file
Ctrl + Shift + o
File Management
Open folder
Ctrl + s
File Management
Save
Ctrl + Shift + s
File Management
Save as
Ctrl + w
File Management
Close tab
Ctrl + Shift + w
File Management
Close window
Ctrl + g
Editing Lines
Go to line
Ctrl + l
Editing Lines
Select line
Ctrl + Shift + d
Editing Lines
Duplicate line
Ctrl + Shift + k
Editing Lines
Delete line
Ctrl + Arrow Up / Arrow Down
Editing Lines
Move line up/down
Ctrl + /
Editing Lines
Toggle comment line
Ctrl + Enter
Editing Lines
New line below
Ctrl + Shift + Enter
Editing Lines
New line above
Ctrl + [ / ]
Editing Lines
Indent / outdent selected lines
Ctrl + j
Editing Lines
Join lines
Alt + b / f
Editing Words and Brackets
Move to beginning / end of current word
Alt + Shift + b / f
Editing Words and Brackets
Select to beginning / end of current word
Ctrl + Backspace OR Alt + h
Editing Words and Brackets
Delete to beginning of current word
Ctrl + Delete OR Alt + d
Editing Words and Brackets
Delete to end of current word
Ctrl + Alt + .
Editing Words and Brackets
Complete bracket
Ctrl + m
Editing Words and Brackets
Go to matching bracket
Ctrl + Alt + m
Editing Words and Brackets
Select code inside matching brackets
Ctrl + k , then Ctrl + 1 ... 9
Code Folding
Fold all code at indent level 1 ... 9
Ctrl + Alt + /
Code Folding
Fold / unfold code
Ctrl + Alt + f
Code Folding
Fold selected code
Ctrl + Alt + [ / ]
Code Folding
Fold / unfold all code
Ctrl + f
Find and Replace
Find in current file
Ctrl + Shift + f
Find and Replace
Find in project
F3
Find and Replace
Find next
Shift + F3
Find and Replace
Find previous
Ctrl + Enter
Find and Replace
Replace all
Ctrl + Alt + /
Find and Replace
Use Regex in search
Ctrl + Alt + c
Find and Replace
Match case in search
Ctrl + Alt + s
Find and Replace
Search only in selection
Ctrl + Alt + w
Find and Replace
Match whole word
Ctrl + Shift + = / -
View
Increase / decrease text size
Ctrl + 0 (zero)
View
Reset text size
F11
View
Toggle fullscreen
Ctrl + 0 (zero)
Tree View
Toggle focus Tree View
Ctrl + k , then b
Tree View
Toggle tree view
j / k
Tree View
Select next/previous item
h / l OR Arrow Right / Arrow Left
Tree View
Expand / collapse selected directory
Alt + Arrow Left / Arrow Right OR Ctrl + Alt + [ / ]
Tree View
Recursively expand / collapse directories
Enter
Tree View
Open selected item
m OR F2
Tree View
Move selected item
Backspace OR Delete
Tree View
Delete current item
d
Tree View
Duplicate selected item
Ctrl + 1 ... 9
Tree View
Open selected item in pane 1 ... 9
a
Tree View
Add new file
Shift + a
Tree View
Add new folder
i
Tree View
Toggle display of VCS ignored files
Alt + g , then b
Github Integration
Open on Github: blame
Alt + g , then c
Github Integration
Open on Github: copy-url
Alt + g , then g
Github Integration
Open on Github: repository
Alt + g , then h
Github Integration
Open on Github: history
Alt + g , then i
Github Integration
Open on Github: issues
Alt + g , then o
Github Integration
Open on Github: file
Alt + g , then r
Github Integration
Open on Github: branch-compare
Alt + g , then d
Manage Diffs
Toggle list of diffs in file
Alt + g , then Arrow Down / Arrow Up
Manage Diffs
Move to next/previous diff in file