Workspace -

ShortcutDescription
Ctrl++Increase Font Size
Ctrl+-Decrease Font Size
Ctrl + 0Return to Default
Ctrl + Shift + HHide/Show the Sidebar
Ctrl + Alt + PLive Preview
Ctrl + Shift + CLive Preview Highlight
View MenuTurn Line Numbers on/off
View MenuTurn Word Wrap on/off

Opening Closing/Files -

ShortcutDescription
Ctrl + Shift + OQuick Open
Ctrl + WClose Current File
Ctrl + Shift + WClose All Files
Ctrl + OOpen a File
Ctrl + NNew File
Ctrl + Alt + RSwitch Project
F2Rename current file

Writing/Editing Code -

ShortcutDescription
Ctrl + XDelete/Cut line/selection
Ctrl + DDuplicate line/selection
Ctrl + CCopy line/selection
Ctrl + VPaste line/selection
Ctrl + /Single line comment
Ctrl + Shift + /Block comment
Ctrl + EnterAdd a new line after the current line
Ctrl + Shift + EnterAdd a new line before the current line

Cursor Placement -

ShortcutDescription
Move to the left
Move to the right
Move up one line
Move down one line
Ctrl + →Move to next word
Ctrl + ←Move to previous word
Alt + →Move to the end of line
Alt + ←Move to the beginning of the line
Ctrl + HomeMove to the beginning of file
Ctrl + EndMove to the end of file
Ctrl + ↑Scroll up
Ctrl + ↓Scroll down

Selecting Code -

ShortcutDescription
Ctrl + LSelect the current line
Ctrl + BSelect the current word
Ctrl + ASelect all the text
Shift + →Select the next character
Shift + ←Select the previous character
Shift + ↑Select the previous line
Shift + ↓Select the next line
Shift + Alt + →Select next word
Shift + Alt + ←Select previous word
Shift + Cmd + →Select to the end of line
Shift + Cmd + ←Select to the beginning of line
Shift + Cmd + HomeSelect to the beginning of file
Shift + Cmd + EndSelect to the end of file

Moving Code -

ShortcutDescription
Ctrl + Shift + ↑Move current line/selection up
Ctrl + Shift + ↓Move current line/selection down
Ctrl + ]Indent Right
Ctrl + [Indent Left
TabIndent Right (when lines are selected)
Shift + TabIndent Left

Quick Edit -

ShortcutDescription
Ctrl + EOpen/Close Quick Edit
Alt + ↓Go to next rule in list
Alt + ↑Go to previous rule in list
EscClose Quick Edit
Ctrl + NCreate a New Rule

Find & Replace -

ShortcutDescription
Ctrl + FFind
F3Find Next
Shift + F3Find Previous
Ctrl + Shift + FFind in Files
Ctrl + HReplace
Ctrl + Shift + HReplace in Files

Multiple Cursors -

ShortcutDescription
Ctrl + BAdd next match to your selection
Ctrl + Shift + BSkip and add next match
Ctrl + UUndo last selection change
Ctrl + Shift + URedo last selection change
Alt + F3Find all and select
Ctrl + ClickAdd to your selection
Alt + Click + DragSelect a column
Alt + Shift + ↑Add Cursor to Previous Line
Alt + Shift + ↓Add Cursor to Next Line
Ctrl + Alt + LSplit Selection Into Lines
EscSwitch to a Single Selection

Navigation (Go To) -

ShortcutDescription
Ctrl + EQuick Edit
Ctrl + JJump to Definition
Ctrl + Shift + OQuick Open
Ctrl + TGo to Definition
Ctrl + GGo to Line
Ctrl + KQuick Docs