nixos-config/modules/desktop/vscode-keybindings.json
2023-08-11 13:45:23 -04:00

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"
}
]