summaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json20
1 files changed, 20 insertions, 0 deletions
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 @@
214 "key": "shift+alt+c", 214 "key": "shift+alt+c",
215 "command": "toggle.window.commandCenter" 215 "command": "toggle.window.commandCenter"
216 }, 216 },
217 {
218 "key": "shift+alt+b k",
219 "command": "workbench.action.hideEditorTabs",
220 "when": "editorTabsVisible"
221 },
222 {
223 "key": "shift+alt+b k",
224 "command": "workbench.action.showMultipleEditorTabs",
225 "when": "!editorTabsVisible"
226 },
227 {
228 "key": "shift+alt+b up",
229 "command": "workbench.action.hideEditorTabs",
230 "when": "editorTabsVisible"
231 },
232 {
233 "key": "shift+alt+b up",
234 "command": "workbench.action.showMultipleEditorTabs",
235 "when": "!editorTabsVisible"
236 }
217] \ No newline at end of file 237] \ No newline at end of file