From ebeda55ccbf1912b22f979bf6394559b2494965c Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 22 Feb 2026 06:33:34 -0500 Subject: refactor: remove visible tabs --- .config/Code/User/keybindings.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to '.config/Code/User/keybindings.json') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 48a93f9..82cfb4c 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -210,23 +210,8 @@ "key": "shift+alt+b right", "command": "workbench.action.toggleAuxiliaryBar" }, - // command center toggles - { - "key": "shift+alt+b up", - "command": "runCommands", - "args": { - "commands": [ - "toggle.window.commandCenter" - ] - } - }, - { - "key": "shift+alt+b k", - "command": "runCommands", - "args": { - "commands": [ - "toggle.window.commandCenter" - ] - } + { + "key": "shift+alt+c", + "command": "toggle.window.commandCenter" }, ] \ No newline at end of file -- cgit v1.2.3