dotfiles-remastered/.config/Code - OSS/User/keybindings.json

11 lines
290 B
JSON
Raw Normal View History

2020-11-15 23:13:47 +00:00
// 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"
}
]