Is there a hotkey to switch between split window panes?

Visual Studio Code has a hotkey combination to split the current window to 2 or 3 panes:

"key": "ctrl + \",               "command": "workbench.action.splitEditor"

Unfortunately, I can’t find a way to switch between such panes without the mouse. My old habit to use F6 does not work either.

Is it supported in Visual Studio Code editor or not?

16 Answers
16

Leave a Comment