The goal of efficiency is more slack.

Friday, October 11, 2019

VSCode keyboard shortcuts to switch between terminals

To switch between terminals, Press F1 > Open Keyboard Shortcuts (json) to edit keybindings.json.

[
    { "key": "cmd+shift+j", "command": "workbench.action.terminal.focusNext" },
    { "key": "cmd+shift+k", "command": "workbench.action.terminal.focusPrevious" },
]

0 comments:

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top