Cheatography
https://cheatography.com
moooooooooooooooooooooooooooooooooooooooooooooooooooooo
This is a draft cheat sheet. It is a work in progress and is not finished yet.
VScode
Ctrl + P |
Search files |
Ctrl + 0 |
Switch focus to sidebar |
Ctrl + 1...9 |
Focus on 1st editor, 2nd editor... |
Ctrl + J |
Toggle terminal |
Ctrl + Shift + K |
Delete line |
Ctrl + , |
Open settings |
Ctrl + Shift + P |
Open command palette |
Ctrl + < |
Split editor |
Ctrl + N |
Create new file |
Ctrl + W |
Close current file |
Home / End |
Go to beginning/end of line |
Ctrl + Home / Ctrl + End |
Go to beginning/end of file |
Alt + Up/Down |
Move line up/down |
Shift + Alt + Up/Down |
Copy line up/down |
Ctrl + Shift + [ |
Fold region |
Ctrl + Shift + ] |
Unfold region |
Ctrl + B |
Toggle left sidebar |
Ctrl + Shift + N |
New window |
Ctrl + K O |
Open current file in new window |
Ctrl + Shift + W |
Close current window |
Alt + Click |
Add multiline cursors |
|
|
Tmux
Ctrl + B C |
Create a new tab |
Ctrl + B [ |
Enter scroll mode |
Ctrl + B W |
View all open tabs |
Ctrl + B N |
Switch to next tab |
Ctrl + B 1,2...9 |
Switch to specific numbered tab |
Ctrl + B " |
Create horizontal pane |
Ctrl + B % |
Create vertical pane |
Ctrl + B Up/Down/Left/Right |
Navigate between panes |
exit |
Close panes and tabs |
Hold Ctrl + B + Arrows |
Resize panes |
|
|
Terminal (Linux)
Ctrl + PgDwn/PgUp |
Change terminal tab |
Alt + <num> |
Change to numbered tab |
Ctrl + Shift + T |
Create new tab |
Ctrl + Shift + W |
Close tab |
|