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

7 lines
171 B
JSON

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