dotfiles/vscodium/keybindings.json
Julius Klotz c2f4eb109a update
2025-02-21 11:33:38 +01:00

11 lines
286 B
JSON

// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+cmd+b",
"command": "workbench.action.activityBarLocation.default"
},
{
"key": "ctrl+shift+cmd+b",
"command": "workbench.action.activityBarLocation.hide"
}
]