vs-code-settings-oss-mikep/User/keybindings.json
2022-01-11 22:09:37 -07:00

28 lines
637 B
JSON

// 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"
}
]