aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkj_sh6042025-12-27 01:05:02 -0500
committerkj_sh6042025-12-27 01:05:02 -0500
commita66b7bc9944cf4981a8d56e00acc58b258c7b758 (patch)
tree1da15b8e5268e4ff1e9b8c7cf5823c7a50945dde /.config
parentb0ee1df51dfd37f39210629456febd482028c9ff (diff)
refactor: sidebar visibility keybinds
Diffstat (limited to '.config')
-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 @@
"key": "shift+alt+]",
"command": "workbench.action.nextPanelView"
},
+ {
+ "key": "shift+alt+b",
+ "command": "workbench.action.toggleSidebarVisibility"
+ },
+ {
+ "key": "ctrl+b",
+ "command": "-workbench.action.toggleSidebarVisibility"
+ },
]