Show Menu
Cheatography

atom.io Keyboard Shortcuts by

Atom.io keyboard shortcuts prepared for Linux

Bookmarks

Add a Bookmark
Ctrl+Shift+F2
Next Bookmark
F2
Previous Bookmark
Shift+F2
List Bookmks Current Project
Ctrl+F2

Brackets

Bracket Matching Cursor
Ctrl+M
Select all text inside current
Alt+Ctrl+, (comma)
Close current XML/HTML Tag
Alt+Ctrl+. (dot)

Command Palette

Open
Ctrl+Shift+P

Commenting out code (line or block)

Set as comment
Ctrl+/
Uncomment
Ctrl+/

Deleting and Cutting

Delete to beginning of word
Ctrl+B­ack­space
Delete to end of word
Ctrl+D­elete
Delete current line
Ctrl+ Shift+K

Files and Folders

Opening a File
Ctrl+O
Save As...
Ctrl+Shift+S
Open Folder...
Ctrl+Shift+O
Add Project Folder
Ctrl+Shift+A

Files Navigation

Search in Current Project
Ctrl+T
Only Search Currently Opened Files
Ctrl+B

Find and Replace

Search within a buffer
Ctrl+F
Search the entire project
Ctrl+S­hift+F

Folding

Folding code in
Alt+Ctrl+[
Folding code out
Alt+Ctrl+]
 

Git

Toggle Git Pane
Ctrl+9
Toggle Github Pane
Ctrl+8

Indent code

Indent selection right
Tab
Indent selection left
Shift+Tab

Grammer Selector

Grammer Selector
Ctrl+S­hift+L

Line Manipu­lation

Delete current line
Ctrl+S­hift+K
Duplicate current line
Ctrl+ Shift+D
Join next line to the end of current line
Ctrl+J
Move current line Up
Ctrl+Up
Move current line Down
Ctrl+Down

Manage Tabs

Close Tab
Ctrl+W
Reopen Last Item
Ctrl+S­hift+T

Multiple Cursors and Selections

Add new cursor at clicked loc.
Ctrl+Click
Select all words. Same as current
Alt+F3
Add another cursor above current
Alt+Shift+Up
Add another cursor below current
Alt+Shift+Down
Select next word. Same as current
Ctrl+D

Panes

Split Left
Ctrl+K+Left
Split Right
Ctrl+K+Right
Split Up
Ctrl+K+Up
Split Down
Ctrl+K+Down
Close Pane
Ctrl+K+Ctrl+W

Settings and Prefer­ences

Open
Ctrl+, (comma)

Symbols Navigation

Symbol Search in Active File
Ctrl+R
 

Text Navigation (move to...)

Beginning of Word
Ctrl+Left
End of Word
Ctrl+Right
1e char of Current Line
Home
End of Line
End
Top of File
Ctrl+Home
Bottom of File
Ctrl+End
Specif. Row:Column
Ctrl+G

Text Selection

Entire content of file
Ctrl+A
Entire Line
Ctrl+L
Up
Shift+Up
Down
Shift+Down
Previous Character
Shift+Left
Next Character
Shift+Right
Beginning of Word
Ctrl+S­hif­t+Left
End of Word
Ctrl+S­hif­t+Right
First Char of Line
Shift+Home
End of Line
Shift+End
Set selection as Comment
Ctrl+/
To top of file
Ctrl+Shift+Home
To Bottom of file
Ctrl+Shift+End
Text inside current brackets
Alt+Ctrl

Tree View

Toggle
Ctrl+\
Focus/­Unfocus
Alt+Q
Add a file
A
Move a file
M
Delete a file
Delete

Visual­isation

Beautify text
Ctrl+Alt+B
Fold at spec.i­nde­ntation level
Ctrl+K­+0..9

Installed Packages

script (runs code im Atom)
Shift+­Ctrl+b
python­-de­bugger Alt-r = start
Alt+Shift+r = breakpoint
python­-au­topep-8 (markbaas)
Formatting Python
linter­-flake8
linter plugin for python
minimap
on right side of screen
logo-f­ile­-icons (manue­lbieh)
Add some nice icons
print-code (mochi­zuk­iko­taro)
Print source code
single­-cl­ick­-open (olmok­ramer)
Open files w. single cllck
Look for a descri­ption at the packages themselves in Atom
These setting are a personal preference

Editor settings

Scroll past End
Preferred Line Lenght
79
These settings are a personal preference

Themes

UI Theme
One Dark
Syntax Theme
One Dark
These settings are a personal preference
 

Comments

Update on split views

update on indent selection

update installed packages

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Sublime Text 2 (OS X) Keyboard Shortcuts
          Basic Vim Cheat Sheet
          Nano Editor Keyboard Shortcuts