From a66b7bc9944cf4981a8d56e00acc58b258c7b758 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 27 Dec 2025 01:05:02 -0500 Subject: refactor: sidebar visibility keybinds --- .config/Code/User/keybindings.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/Code') 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" + }, ] -- cgit v1.2.3