
General
Find
View/Window Manipulation
File Navigation
Folding
Word Manipulation
Line Manipulation
Selection
!
shift + โ + p
Toggle command palette
โ + /
Toggle line/selection comment
ctrl + space
Show available auto-completions
shift + โ + f
Find in project
โ + e
Use selection for find
โ + \
Toggle tree-view sidebar
ctrl + โ + f
Toggle fullscreen
โ + k, left/right/up/down
Split pane left/right/up/down
โ + k, โ + left/right/up/down
Focus pane left/right/up/down
โ + p
Toggle file finder
shift + โ + { / }
Previous/next file
ctrl + โ + [ / ]
Fold/unfold current code block
option + shift + โ + [ / ]
Fold/unfold all code blocks
โ + 1-9
Fold code blocks at depth 1-9
ctrl + t
Transpose characters either side of cursor
option + backspace
Delete text to beginning of word
option + delete
Delete text to end of word
โ + ] / [
Indent/outdent current line
โ + enter
Insert new line after current line
โ + shift + enter
Insert new line before current line
ctrl + shift + k
Delete current line
ctrl + โ + up/down
Move current line up/down
shift + โ + d
Duplicate current line
โ + j
Join current and next lines
โ + d
Select current word/token
โ + l
Select current line
option + shift + left/right
Select to beginning/end of word
shift + โ + left/right
Select to first/last character of line
shift + โ + up/down
Select to top/bottom of document