diff options
| author | kj_sh604 | 2025-12-27 01:05:02 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-27 01:05:02 -0500 |
| commit | a66b7bc9944cf4981a8d56e00acc58b258c7b758 (patch) | |
| tree | 1da15b8e5268e4ff1e9b8c7cf5823c7a50945dde | |
| parent | b0ee1df51dfd37f39210629456febd482028c9ff (diff) | |
refactor: sidebar visibility keybinds
| -rw-r--r-- | .config/Code/User/keybindings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index a3f8fcd..fd1a4c6 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -158,5 +158,13 @@ "key": "shift+alt+]", "command": "workbench.action.nextPanelView" }, + { + "key": "shift+alt+b", + "command": "workbench.action.toggleSidebarVisibility" + }, + { + "key": "ctrl+b", + "command": "-workbench.action.toggleSidebarVisibility" + }, ] |
