Shortcuts Atom (text editor) for text editor

71 shortcuts2,460 views
Open Trainer

General

Action
Preferences
Toggle command palette
Browse list of open files
Reload Atom
Change synatx highlighting
Show available code snippets
Markdown preview
Toggle Developer Tools

File Management

Action
New file
New Window
Open file (type the name to perform a search)
Open file
Open folder
Save
Save as
Close tab
Close window

Editing Lines

Action
Go to line
Select line
Duplicate line
Delete line
Move line up/down
Toggle comment line
New line below
Indent / outdent selected lines
Join lines

Editing Words and Brackets

Action
Move to beginning / end of current word
Select to beginning / end of current word
Delete to beginning of current word
Delete to end of current word
Complete bracket
Go to matching bracket
Select code inside matching brackets

Code Folding

Action
Fold all code at indent level 1 ... 9
Fold / unfold code
Fold selected code
Fold / unfold all code

Find and Replace

Action
Find in current file
Find in project
Find next
Find previous
Replace all
Use Regex in search
Match case in search
Search only in selection
Match whole word

View

Action
Increase / decrease text size
Reset text size
Toggle fullscreen

Tree View

Action
Toggle focus Tree View
Toggle tree view
Select next/previous item
Expand / collapse selected directory
Recursively expand / collapse directories
Open selected item
Move selected item
Delete current item
Duplicate selected item
Open selected item in pane 1 ... 9
Add new file
Add new folder
Toggle display of VCS ignored files

Github Integration

Action
Open on Github: blame
Open on Github: copy-url
Open on Github: repository
Open on Github: history
Open on Github: issues
Open on Github: file
Open on Github: branch-compare

Manage Diffs

Action
Toggle list of diffs in file
Move to next/previous diff in file