Last active
June 15, 2024 00:06
-
-
Save FyeCobain/c366a7b49e7b45c183ad6bfe9b021e25 to your computer and use it in GitHub Desktop.
VSC key bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "key": "ctrl+n", "command": "explorer.newFile" }, | |
{ "key": "ctrl+shift+n", "command": "explorer.newFolder" }, | |
{ "key": "alt+b", "command": "workbench.action.toggleActivityBarVisibility" }, | |
{ "key": "alt+p", "command": "projectManager.listProjects" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment