This commit is contained in:
2022-01-11 22:09:37 -07:00
commit 816403ac66
4 changed files with 314 additions and 0 deletions

28
User/keybindings.json Normal file
View File

@ -0,0 +1,28 @@
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+f10",
"command": "debug.jumpToCursor"
},
{
"key": "ctrl+f10",
"command": "editor.debug.action.runToCursor"
},
{
"key": "ctrl+shift+s",
"command": "-workbench.action.files.saveLocalFile",
"when": "remoteFileDialogVisible"
},
{
"key": "ctrl+shift+s",
"command": "-workbench.action.files.saveAs"
},
{
"key": "ctrl+shift+s",
"command": "saveAll"
},
{
"key": "ctrl+k s",
"command": "-saveAll"
}
]