licoded / self-study-drafts

buffer for records
0 stars 0 forks source link

VSCode: add shortcuts to switch between integrated terminals #168

Open licoded opened 8 months ago

licoded commented 8 months ago

reference link: How to switch between terminals in Visual Studio Code?

keybinding.json of current profile

{
    "key": "ctrl+shift+n",
    "command": "workbench.action.terminal.focusNext",
    "when": "terminalFocus"
},
{
    "key": "ctrl+shift+p",
    "command": "workbench.action.terminal.focusPrevious",
    "when": "terminalFocus"
},