Files
vs-code-settings-phares/User/keybindings.json
Mike Phares 2b2ebc2a66 workbench.action.openSettings
chat.commandCenter.enabled: false
deno.enable: false
editor.renderWhitespace: all
2025-03-01 11:23:31 -07:00

39 lines
839 B
JSON

[
{
"command": "debug.jumpToCursor",
"key": "ctrl+shift+f10"
},
{
"command": "editor.debug.action.runToCursor",
"key": "ctrl+f10"
},
{
"command": "-workbench.action.files.saveLocalFile",
"key": "ctrl+shift+s",
"when": "remoteFileDialogVisible"
},
{
"command": "-workbench.action.files.saveAs",
"key": "ctrl+shift+s"
},
{
"command": "saveAll",
"key": "ctrl+shift+s"
},
{
"command": "-saveAll",
"key": "ctrl+k s"
},
{
"command": "settings.cycle.sortOrder",
"key": "ctrl+shift+t"
},
{
"command": "workbench.action.openSettings",
"key": "ctrl+alt+,"
},
{
"command": "-workbench.action.openSettings",
"key": "ctrl+,"
}
]