11 lines
290 B
JSON
11 lines
290 B
JSON
// Place your key bindings in this file to override the defaultsauto[]
|
|
[
|
|
{
|
|
"key": "ctrl+enter",
|
|
"command": "workbench.action.terminal.toggleTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+[Equal]",
|
|
"command": "-workbench.action.terminal.toggleTerminal"
|
|
}
|
|
] |