diff options
Diffstat (limited to '.config/Code/User')
| -rw-r--r-- | .config/Code/User/keybindings.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index d505acd..728b7d2 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -117,5 +117,21 @@ { "key": "alt+f11 s", "command": "cSpell.toggleEnableSpellChecker" - } + }, + { + "key": "ctrl+w ctrl+j", + "command": "workbench.action.focusNextPart" + }, + { + "key": "ctrl+w k", + "command": "workbench.action.focusPreviousPart" + }, + { + "key": "ctrl+w ctrl+k", + "command": "workbench.action.focusPreviousPart" + }, + { + "key": "ctrl+w j", + "command": "workbench.action.focusNextPart" + }, ] |
