summaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json21
1 files changed, 3 insertions, 18 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