- Press 
cmd+shift+p - Type (until it shows) 
Preferences: Open Keyboard Shortcuts - Press enter
 - Add the preferences to the json file
 - Save it!
 
The ctrl+j binding mimics the original default binding for cmd+j.
cmd+shift+pPreferences: Open Keyboard ShortcutsThe ctrl+j binding mimics the original default binding for cmd+j.
| [ | |
| { | |
| "key": "cmd+j", | |
| "command": "workbench.action.terminal.focus" | |
| }, | |
| { | |
| "key": "cmd+j", | |
| "command": "workbench.action.focusActiveEditorGroup", | |
| "when": "terminalFocus" | |
| }, | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.togglePanel" | |
| } | |
| ] |