This commit is contained in:
Pablo Martin 2023-12-27 11:49:31 +01:00
parent a743f87f99
commit a6592bff56
7 changed files with 140 additions and 60 deletions

View file

@ -0,0 +1,9 @@
- 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`