summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/Code/User/keybindings.json32
-rw-r--r--.config/Code/User/settings.json12
2 files changed, 8 insertions, 36 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index ace85aa..48a93f9 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -210,45 +210,23 @@
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 // zen mode (editor + status bar only) 213 // command center toggles
214 { 214 {
215 "key": "shift+alt+b up", 215 "key": "shift+alt+b up",
216 "command": "runCommands", 216 "command": "runCommands",
217 "args": { 217 "args": {
218 "commands": [ 218 "commands": [
219 "workbench.action.toggleZenMode" 219 "toggle.window.commandCenter"
220 ] 220 ]
221 }, 221 }
222 "when": "!inZenMode"
223 },
224 {
225 "key": "shift+alt+b up",
226 "command": "runCommands",
227 "args": {
228 "commands": [
229 "workbench.action.toggleZenMode",
230 ]
231 },
232 "when": "inZenMode"
233 },
234 {
235 "key": "shift+alt+b k",
236 "command": "runCommands",
237 "args": {
238 "commands": [
239 "workbench.action.toggleZenMode",
240 ]
241 },
242 "when": "!inZenMode"
243 }, 222 },
244 { 223 {
245 "key": "shift+alt+b k", 224 "key": "shift+alt+b k",
246 "command": "runCommands", 225 "command": "runCommands",
247 "args": { 226 "args": {
248 "commands": [ 227 "commands": [
249 "workbench.action.toggleZenMode", 228 "toggle.window.commandCenter"
250 ] 229 ]
251 }, 230 }
252 "when": "inZenMode"
253 }, 231 },
254] \ No newline at end of file 232] \ No newline at end of file
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index 8439190..e35fded 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -268,7 +268,9 @@
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 "workbench.activityBar.location": "default", 271 "window.commandCenter": false,
272 "workbench.activityBar.location": "top",
273 "workbench.layoutControl.enabled": false,
272 "workbench.colorCustomizations": { 274 "workbench.colorCustomizations": {
273 "editorCursor.background": "#303030", 275 "editorCursor.background": "#303030",
274 "editorCursor.foreground": "#69baa7", 276 "editorCursor.foreground": "#69baa7",
@@ -311,12 +313,4 @@
311 "[nim]": { 313 "[nim]": {
312 "editor.defaultFormatter": "arnetheduck.vscode-nph" 314 "editor.defaultFormatter": "arnetheduck.vscode-nph"
313 }, 315 },
314 "zenMode.centerLayout": false,
315 "zenMode.fullScreen": false,
316 "zenMode.hideActivityBar": true,
317 "zenMode.hideLineNumbers": false,
318 "zenMode.hideStatusBar": false,
319 "zenMode.restore": true,
320 "zenMode.showTabs": "none",
321 "zenMode.silentNotifications": false
322} \ No newline at end of file 316} \ No newline at end of file