nixos-config/modules/desktop/vscode-keybindings.json
2023-05-22 02:59:32 -04:00

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