mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
15 lines
247 B
JSON
15 lines
247 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"
|
|
}
|
|
]
|