16 lines
No EOL
451 B
JSON
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"
|
|
}
|
|
] |