Description | Shortcut |
---|
Command Palette | F1 or Ctrl + Shift + P |
Toggle Zen Mode | View, Toggle zen mode |
Split editor 1, 2 | Ctrl + 1, 2, etc. |
Description | Shortcut |
---|
Change open editor (like Edge, Firefox tab change) | Ctrl + Tab |
Description | Shortcut |
---|
Toggle word wrap | Alt + z |
Select - Box multi line | Ctrl + Alt + Shift |
Select - Multi line | Ctrl + Alt |
Indent - line, selected region | Tab |
Indent - reduce indent | Shift + Tab |
Description | Shortcut |
---|
Go to/search for files | Ctrl + p |
Find in current file | Ctrl + f |
Find and Replace | Ctrl + h |
Clear file cache | Clear editor history |
Description | Shortcut |
---|
Search text in files | Ctrl + Shift + F |
Open/Go to File Explorer | Ctrl + Shift + e |
Close primary left panel | Ctrl + B |
Description | Shortcut |
---|
Go to Recent Directory | Ctrl + G (use Ctrl + Alt + G to send Ctrl + G to term) |
Run Recent Command | Ctrl + Alt + G (like term Ctrl + R) |
Open Detected Links | Ctrl + Shift + O |
Send SIGINT | Ctrl + C, Ctrl + C (Second one used in case there is a selection activated) |
Toggle Terminal | Ctrl + ` |
Description | Shortcut |
---|
Toggle Problems | Ctrl + Shift + m |
Similar to vim keybindings
Description | Shortcut |
---|
Run current cell | Ctrl + Enter |
Run current cell and go to next | Shift + Enter |
Enter command mode from insert mode | Esc |
Description | Shortcut |
---|
Enter insert mode with cell selected | Enter |
Add cell above/below (command mode) | a/b |
Select code cell above/below | k/j or arrows |
Delete code cell | dd |
Undo last change | z |
Switch cell type for Markdown | m |
Switch cell type for Code | y |
Mode selected cell up or down | Alt + arrows |
Description | Shortcut |
---|
See preview | Alt + d |