dotfiles-remastered/.config/Code - OSS/User/keybindings.json
2020-11-16 00:13:47 +01:00

11 lines
290 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+enter",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+[Equal]",
"command": "-workbench.action.terminal.toggleTerminal"
}
]