Created
March 30, 2018 21:33
-
-
Save arakno/e253e34bbce3e8d18f3c8c886b4ad2bf to your computer and use it in GitHub Desktop.
This file contains 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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "ctrl+f5", | |
"command": "workbench.action.reloadWindow", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "ctrl+a", | |
"command": "editor.action.selectAll", | |
"when": "editorTextFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VSCode keybindings