25 lines
555 B
JSON
25 lines
555 B
JSON
// Place your key bindings in this file to override the defaultsauto[]
|
|
[
|
|
{
|
|
"key": "alt+v",
|
|
"command": "workbench.action.splitEditor"
|
|
},
|
|
{
|
|
"key": "alt+s",
|
|
"command": "workbench.action.splitEditorOrthogonal"
|
|
},
|
|
{
|
|
"key": "ctrl+[Backquote]",
|
|
"command": "workbench.action.terminal.toggleTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+[Equal]",
|
|
"command": "-workbench.action.terminal.toggleTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+k ctrl+1",
|
|
"command": "-editor.foldLevel1",
|
|
"when": "editorTextFocus && foldingEnabled"
|
|
}
|
|
]
|