mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
31 lines
No EOL
719 B
JSON
31 lines
No EOL
719 B
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "alt+oem_5",
|
|
"command": "workbench.view.explorer",
|
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+e",
|
|
"command": "-workbench.view.explorer",
|
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
|
},
|
|
{
|
|
"key": "alt+2",
|
|
"command": "workbench.view.debug",
|
|
"when": "viewContainer.workbench.view.debug.enabled"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+d",
|
|
"command": "-workbench.view.debug",
|
|
"when": "viewContainer.workbench.view.debug.enabled"
|
|
},
|
|
{
|
|
"key": "alt+1",
|
|
"command": "workbench.action.replaceInFiles"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+h",
|
|
"command": "-workbench.action.replaceInFiles"
|
|
}
|
|
] |