General
|
Toggle command palette |
|
Comment line or selection |
|
Show available auto-completions |
|
Select grammar (set/change syntax) |
|
Open settings |
Find
|
Find in file |
|
Find next |
|
Find in project |
|
Use selection for find |
View / Window Manipulation
|
Toggle tree-view sidebar |
|
Toggle fullscreen |
|
Split pane left, right, up or down |
|
Focus pane left, right, up or down |
File Navigation
|
Toggle file finder |
|
Go to line |
|
Go to symbol |
|
Next file |
|
Previous file |
|
Set bookmark |
|
Go to next bookmark |
Git Integration
|
Git status list |
|
Checkout head revision |
|
Move to next diff |
|
Move to previous diff |
Folding
|
Fold current code block |
|
Unfold current code block |
|
Fold all code blocks |
|
Unfold all code blocks |
|
Fold code blocks at depth 1-9 |
Word Manipulation
|
Transpose characters either side of cursor |
|
Delete text to beginning of word |
|
Delete text to end of word |
Line Manipulation
|
Indent current line |
|
Outdent current line |
|
Insert newline after current line |
|
Insert newline before current line |
|
Delete current line |
|
Move current line up |
|
Move current line down |
|
Duplicate current line |
|
Join current and next lines |
Selection
|
Select current word/token |
|
Select current line |
|
Select to beginning of word |
|
Select to end of word |
|
Select to first character of line |
|
Select to last character of line |
|
Select to beginning of document |
|
Select to end of document |
Notes
- Based on a cheat sheet from Bugsnag.
- Converted by Dominic Damian.