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

(Total 71)

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 + [ / ]
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) or Alt + \
Tree View
Toggle focus Tree View
Ctrl + k , then b or Ctrl + \
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