Skip to content

Instantly share code, notes, and snippets.

@michchan
Created March 29, 2022 15:44
Show Gist options
  • Save michchan/4d5ddbc81a550283a75e01e851e71f7e to your computer and use it in GitHub Desktop.
Save michchan/4d5ddbc81a550283a75e01e851e71f7e to your computer and use it in GitHub Desktop.
My VSCode Custom Key bindings
// Place your key bindings in this file to override the defaults
[
{
"key": "shift+cmd+n",
"command": "explorer.newFolder"
},
{
"key": "cmd+n",
"command": "explorer.newFile"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment