diff options
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 32 |
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 @@ | |||
| 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 |
