Skip to content

Instantly share code, notes, and snippets.

@itsmikita
Last active September 18, 2019 21:26
Show Gist options
  • Save itsmikita/2d7b175e52ec0b5f2d7e78cab79f6754 to your computer and use it in GitHub Desktop.
Save itsmikita/2d7b175e52ec0b5f2d7e78cab79f6754 to your computer and use it in GitHub Desktop.
Visual Studio Code Custom Keybindings
[
{
"key": "alt+a",
"command": "explorer.newFile"
},
{
"key": "ctrl+alt+a",
"command": "explorer.newFolder"
},
{
"key": "shift+alt+cmd+i",
"command": "workbench.action.inspectContextKeys"
},
{
"key": "ctrl+shift+cmd+i",
"command": "editor.action.inspectTMScopes"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment