Add vscode configs

This commit is contained in:
2020-10-05 22:01:35 +02:00
parent cfd0623a3a
commit 2c3df11fd1
3 changed files with 71 additions and 0 deletions

7
vscode/keybindings.json Normal file
View File

@@ -0,0 +1,7 @@
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+3",
"command": "workbench.action.terminal.focus"
}
]