Files
dotfiles/vscode/keybindings.json
2020-10-05 22:01:35 +02:00

7 lines
164 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+3",
"command": "workbench.action.terminal.focus"
}
]