In a quest to work more efficiently, I’m trying to reduce the use of the mouse. Therefore I’m trying to learn as much shortcuts as possible.
This page stores the ones I’m learning for vscode.
Shortcut | Description |
---|---|
Go to file | CMD + P |
Go to terminal | control + ` |
Go to editor | control + 1,2,3,.. |
Search | CMD + F |
Search-replace | option + CMD + F |
Fold | CMD + K + 0 |
Unfold | CMD + K + J |
See all shortcuts | CMD + K + S |
Go to explorer | CMD + shift + e |
Multi-cursor search | Select the term to search and CMD + shift + L |