dotfiles/.config/VSCodium/User/keybindings.json

7 lines
171 B
JSON
Raw Normal View History

2020-09-23 22:15:37 +02:00
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+b",
"command": "workbench.action.toggleActivityBarVisibility"
}
]