aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
authorkj_sh6042026-02-22 06:15:17 -0500
committerkj_sh6042026-02-22 06:15:17 -0500
commit7a0182178e135002d1d9c90f05b8df2e787a2dd3 (patch)
treec36eccf7af54ca92afb973a9495741ef2f191e3d /.config/Code/User/keybindings.json
parent12bdabfa9bb73f4563482a929856246da3431442 (diff)
refactor: even more minimal vscode config
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json32
1 files changed, 5 insertions, 27 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 @@
"key": "shift+alt+b right",
"command": "workbench.action.toggleAuxiliaryBar"
},
- // zen mode (editor + status bar only)
+ // command center toggles
{
"key": "shift+alt+b up",
"command": "runCommands",
"args": {
"commands": [
- "workbench.action.toggleZenMode"
+ "toggle.window.commandCenter"
]
- },
- "when": "!inZenMode"
- },
- {
- "key": "shift+alt+b up",
- "command": "runCommands",
- "args": {
- "commands": [
- "workbench.action.toggleZenMode",
- ]
- },
- "when": "inZenMode"
- },
- {
- "key": "shift+alt+b k",
- "command": "runCommands",
- "args": {
- "commands": [
- "workbench.action.toggleZenMode",
- ]
- },
- "when": "!inZenMode"
+ }
},
{
"key": "shift+alt+b k",
"command": "runCommands",
"args": {
"commands": [
- "workbench.action.toggleZenMode",
+ "toggle.window.commandCenter"
]
- },
- "when": "inZenMode"
+ }
},
] \ No newline at end of file