diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-22 06:33:34 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-22 06:33:34 -0500 |
| commit | ebeda55ccbf1912b22f979bf6394559b2494965c (patch) | |
| tree | 08323ed28783f919a04073f1e82e73225da18023 | |
| parent | 7a0182178e135002d1d9c90f05b8df2e787a2dd3 (diff) | |
refactor: remove visible tabs
| -rw-r--r-- | .config/Code/User/keybindings.json | 21 | ||||
| -rw-r--r-- | .config/Code/User/settings.json | 7 |
2 files changed, 7 insertions, 21 deletions
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 diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index e35fded..c26150a 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -268,9 +268,6 @@ "window.menuBarVisibility": "toggle", "window.newWindowDimensions": "inherit", "window.restoreWindows": "none", - "window.commandCenter": false, - "workbench.activityBar.location": "top", - "workbench.layoutControl.enabled": false, "workbench.colorCustomizations": { "editorCursor.background": "#303030", "editorCursor.foreground": "#69baa7", @@ -313,4 +310,8 @@ "[nim]": { "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 |
