From 0a60d8b02be5dc6044fd57c0dfdf03eaa7edaaaa Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 22 Feb 2026 13:48:39 -0500 Subject: refactor: add tab bar keybind --- .config/Code/User/keybindings.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '.config/Code/User/keybindings.json') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 82cfb4c..274e36f 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -214,4 +214,24 @@ "key": "shift+alt+c", "command": "toggle.window.commandCenter" }, + { + "key": "shift+alt+b k", + "command": "workbench.action.hideEditorTabs", + "when": "editorTabsVisible" + }, + { + "key": "shift+alt+b k", + "command": "workbench.action.showMultipleEditorTabs", + "when": "!editorTabsVisible" + }, + { + "key": "shift+alt+b up", + "command": "workbench.action.hideEditorTabs", + "when": "editorTabsVisible" + }, + { + "key": "shift+alt+b up", + "command": "workbench.action.showMultipleEditorTabs", + "when": "!editorTabsVisible" + } ] \ No newline at end of file -- cgit v1.2.3