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 @@ "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 |
