dotfiles/vscodium/keybindings.json
Julius Klotz e1f49b8878 initial commit
2025-02-21 11:32:33 +01:00

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