dotfiles/data/home/.config/Code/User/keybindings.json
2024-06-18 03:14:30 +02:00

16 lines
No EOL
451 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+space",
"command": "-editor.action.triggerParameterHints",
"when": "editorHasSignatureHelpProvider && editorTextFocus"
},
{
"key": "ctrl+shift+space",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+m",
"command": "-editor.action.toggleTabFocusMode"
}
]