mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
16 lines
307 B
JSON
16 lines
307 B
JSON
|
[
|
||
|
{
|
||
|
"key": "ctrl+w",
|
||
|
"command": "-workbench.action.terminal.killEditor"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+e",
|
||
|
"command": "-workbench.action.quickOpen"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+e",
|
||
|
"command": "workbench.action.quickOpen",
|
||
|
"when": "!terminalFocus"
|
||
|
}
|
||
|
]
|