vscode使用键盘在terminals之间切换

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

 

参考这个网页 https://stackoverflow.com/questions/48440673/how-to-switch-between-terminals-in-visual-studio-code

 

posted @ 2023-02-11 14:21  yinhuachen  阅读(27)  评论(0编辑  收藏  举报