From 866f563bf7f76b718bc18ffb053702c893e9de0e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Wed, 10 Dec 2025 21:12:00 -0500 Subject: refactor: pane shortcuts --- .config/Code/User/keybindings.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.config') 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" + }, ] -- cgit v1.2.3