Files
dotfiles/vscode/keybindings.json

7 lines
164 B
JSON
Raw Normal View History

2020-10-05 22:01:35 +02:00
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+3",
"command": "workbench.action.terminal.focus"
}
]