aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ },
]