aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User')
-rw-r--r--.config/Code/User/keybindings.json20
-rw-r--r--.config/Code/User/settings.json1
2 files changed, 20 insertions, 1 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 @@
"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
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index c26150a..9bea0e3 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -311,7 +311,6 @@
"editor.defaultFormatter": "arnetheduck.vscode-nph"
},
"workbench.activityBar.location": "top",
- "workbench.editor.showTabs": "none",
"workbench.layoutControl.enabled": false,
"window.commandCenter": false
} \ No newline at end of file