Last active
September 18, 2019 21:26
-
-
Save itsmikita/2d7b175e52ec0b5f2d7e78cab79f6754 to your computer and use it in GitHub Desktop.
Visual Studio Code Custom Keybindings
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": "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