diff options
| -rw-r--r-- | .config/Code/User/keybindings.json | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 728b7d2..551e6bb 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -119,19 +119,33 @@ "command": "cSpell.toggleEnableSpellChecker" }, { - "key": "ctrl+w ctrl+j", + "key": "alt+a j", "command": "workbench.action.focusNextPart" }, { - "key": "ctrl+w k", + "key": "alt+a alt+j", + "command": "workbench.action.focusNextPart" + }, + { + "key": "alt+a k", "command": "workbench.action.focusPreviousPart" }, { - "key": "ctrl+w ctrl+k", + "key": "alt+a alt+k", "command": "workbench.action.focusPreviousPart" }, { - "key": "ctrl+w j", - "command": "workbench.action.focusNextPart" + "key": "shift+alt+t", + "command": "workbench.action.terminal.toggleTerminal", + "when": "terminal.active" + }, + { + "key": "ctrl+`", + "command": "-workbench.action.terminal.toggleTerminal", + "when": "terminal.active" + }, + { + "key": "shift+alt+p", + "command": "workbench.action.togglePanel" }, -] +]
\ No newline at end of file |
