superhog_personal_notes/vscode_funny_shortcuts.md

9 lines
259 B
Markdown
Raw Normal View History

2023-12-27 11:49:31 +01:00
- Commands: `Ctrl + shift + P`
- Fold all: `Ctrl + k, Ctrl + 0` (you have to unpress the ctrl key between both)
- Unfold all: `Ctrl + k, Ctrl + J`
- Single fold: `Ctrl + shift + `
- Single unfold: `Ctrl + shift + ¡`
- Open a new window: `Ctrl + Shift + N`