A hotkey trainer for VSCode targeted towards beginners.
https://github.com/JeffHove/VSCode-Trainer/blob/main/src/lib/shortcuts.ts
-
Show All Commands
- Combos:
shift+cmd+p,ctrl+shift+p,f1 - Commands:
workbench.action.showCommands - List: Cursor Control
- Combos:
-
Open Copy History
- Combos:
win+v - List: Editing
- Combos:
-
Close Editor
- Combos:
cmd+w,ctrl+f4,ctrl+w - Commands:
workbench.action.closeActiveEditor - List: Environment Management
- Combos:
-
Focus Next Terminal
- Combos:
shift+cmd+],ctrl+pagedown - Commands:
workbench.action.terminal.focusNext - List: Environment Management
- Combos:
-
Focus Previous Terminal
- Combos:
shift+cmd+[,ctrl+pageup - Commands:
workbench.action.terminal.focusPrevious - List: Environment Management
- Combos:
-
Open Next Editor
- Combos:
shift+cmd+],alt+cmd+right,ctrl+pagedown - Commands:
workbench.action.nextEditor - List: Environment Management
- Combos:
-
Open Previous Editor
- Combos:
shift+cmd+[,alt+cmd+left,ctrl+pagedown - Commands:
workbench.action.previousEditor - List: Environment Management
- Combos:
git clone https://github.com/JeffHove/VSCode-Trainer.git
cd .\VSCode-Trainer\
bun install
bun dev