diff options
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 551e6bb..68b3248 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -119,33 +119,25 @@ "command": "cSpell.toggleEnableSpellChecker" }, { - "key": "alt+a j", - "command": "workbench.action.focusNextPart" - }, - { - "key": "alt+a alt+j", - "command": "workbench.action.focusNextPart" - }, - { - "key": "alt+a k", - "command": "workbench.action.focusPreviousPart" - }, - { - "key": "alt+a alt+k", - "command": "workbench.action.focusPreviousPart" - }, - { "key": "shift+alt+t", "command": "workbench.action.terminal.toggleTerminal", "when": "terminal.active" }, { + "key": "shift+alt+p", + "command": "workbench.action.togglePanel" + }, + { "key": "ctrl+`", "command": "-workbench.action.terminal.toggleTerminal", "when": "terminal.active" }, { - "key": "shift+alt+p", - "command": "workbench.action.togglePanel" + "key": "shift+alt+j", + "command": "workbench.action.focusNextPart" + }, + { + "key": "shift+alt+k", + "command": "workbench.action.focusPreviousPart" }, ]
\ No newline at end of file |
