I configured mine as the next one, as I found that ctrl + `is a bit hard to press.
{ "key": "ctrl+k", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }, { "key": "ctrl+j", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" }
I also set up the following to move between a group of editors.
{ "key": "ctrl+h", "command": "workbench.action.focusPreviousGroup", "when": "!terminalFocus" }, { "key": "ctrl+l", "command": "workbench.action.focusNextGroup", "when": "!terminalFocus" }
By the way, I configured Caps Lock on ctrl on Mac with System Preferences => keyboard =>Modifier Keys .
Sam Xu Sep 27 '17 at 3:49 on 2017-09-27 03:49
source share