diff options
| -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 @@ | |||
| 210 | "key": "shift+alt+b right", | 210 | "key": "shift+alt+b right", |
| 211 | "command": "workbench.action.toggleAuxiliaryBar" | 211 | "command": "workbench.action.toggleAuxiliaryBar" |
| 212 | }, | 212 | }, |
| 213 | // command center toggles | 213 | { |
| 214 | { | 214 | "key": "shift+alt+c", |
| 215 | "key": "shift+alt+b up", | 215 | "command": "toggle.window.commandCenter" |
| 216 | "command": "runCommands", | ||
| 217 | "args": { | ||
| 218 | "commands": [ | ||
| 219 | "toggle.window.commandCenter" | ||
| 220 | ] | ||
| 221 | } | ||
| 222 | }, | ||
| 223 | { | ||
| 224 | "key": "shift+alt+b k", | ||
| 225 | "command": "runCommands", | ||
| 226 | "args": { | ||
| 227 | "commands": [ | ||
| 228 | "toggle.window.commandCenter" | ||
| 229 | ] | ||
| 230 | } | ||
| 231 | }, | 216 | }, |
| 232 | ] \ No newline at end of file | 217 | ] \ 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 @@ | |||
| 268 | "window.menuBarVisibility": "toggle", | 268 | "window.menuBarVisibility": "toggle", |
| 269 | "window.newWindowDimensions": "inherit", | 269 | "window.newWindowDimensions": "inherit", |
| 270 | "window.restoreWindows": "none", | 270 | "window.restoreWindows": "none", |
| 271 | "window.commandCenter": false, | ||
| 272 | "workbench.activityBar.location": "top", | ||
| 273 | "workbench.layoutControl.enabled": false, | ||
| 274 | "workbench.colorCustomizations": { | 271 | "workbench.colorCustomizations": { |
| 275 | "editorCursor.background": "#303030", | 272 | "editorCursor.background": "#303030", |
| 276 | "editorCursor.foreground": "#69baa7", | 273 | "editorCursor.foreground": "#69baa7", |
| @@ -313,4 +310,8 @@ | |||
| 313 | "[nim]": { | 310 | "[nim]": { |
| 314 | "editor.defaultFormatter": "arnetheduck.vscode-nph" | 311 | "editor.defaultFormatter": "arnetheduck.vscode-nph" |
| 315 | }, | 312 | }, |
| 313 | "workbench.activityBar.location": "top", | ||
| 314 | "workbench.editor.showTabs": "none", | ||
| 315 | "workbench.layoutControl.enabled": false, | ||
| 316 | "window.commandCenter": false | ||
| 316 | } \ No newline at end of file | 317 | } \ No newline at end of file |
