简体   繁体   中英

VSCode Terminal Multiple Panes Switching Shortcut

As the title suggests, I'm trying to switch between terminal panes (not windows) withing the same terminal window. Obviously, clicking and mice aren't my thing.

All search results talk about either switching terminal windows or between terminal and code windows. I couldn't find anything specific to panes within a terminal window.

Much appreciated.

This can rotate between terminal panes/panels:

 { "key": "ctrl+pagedown", "command": "workbench.action.terminal.focusNext", "when": "terminalFocus" }

As found in a previous question: How to switch between terminals in Visual Studio Code?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM