Skip to content

Instantly share code, notes, and snippets.

@thanhdancer
Created February 6, 2025 12:11
Show Gist options
  • Save thanhdancer/20ae149b5e2f9aab045efb0a902b7faa to your computer and use it in GitHub Desktop.
Save thanhdancer/20ae149b5e2f9aab045efb0a902b7faa to your computer and use it in GitHub Desktop.
VSCode handy shortcuts
[
{ "key": "ctrl+n", "command": "explorer.newFile", "when": "explorerViewletFocus" },
{ "key": "ctrl+shift+n", "command": "explorer.newFolder", "when": "explorerViewletFocus" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment