summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-27 01:05:02 -0500
committerkj_sh6042025-12-27 01:05:02 -0500
commita66b7bc9944cf4981a8d56e00acc58b258c7b758 (patch)
tree1da15b8e5268e4ff1e9b8c7cf5823c7a50945dde
parentb0ee1df51dfd37f39210629456febd482028c9ff (diff)
refactor: sidebar visibility keybinds
-rw-r--r--.config/Code/User/keybindings.json8
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 @@
158 "key": "shift+alt+]", 158 "key": "shift+alt+]",
159 "command": "workbench.action.nextPanelView" 159 "command": "workbench.action.nextPanelView"
160 }, 160 },
161 {
162 "key": "shift+alt+b",
163 "command": "workbench.action.toggleSidebarVisibility"
164 },
165 {
166 "key": "ctrl+b",
167 "command": "-workbench.action.toggleSidebarVisibility"
168 },
161 169
162] 170]