Skip to content

Instantly share code, notes, and snippets.

@FyeCobain
Last active June 15, 2024 00:06
Show Gist options
  • Save FyeCobain/c366a7b49e7b45c183ad6bfe9b021e25 to your computer and use it in GitHub Desktop.
Save FyeCobain/c366a7b49e7b45c183ad6bfe9b021e25 to your computer and use it in GitHub Desktop.
VSC key bindings
[
{ "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