For example, how to switch between the Explorer and the Editors, or between the Editors and the Terminal?
Asked
Active
Viewed 4,056 times
6
-
This is much broader than the "already has answers" question. Sorry it was closed. – Noumenon Jun 08 '23 at 14:27
2 Answers
15
You can use the short cuts:
Ctrl+0: go to ExplorerCtrl+1: go to Editor Group 1Ctrl+2: go to Editor Group 2- ....
Ctrl+9: go to Editor Group 9
rioV8
- 24,506
- 3
- 32
- 49
-
Ctrl+0 desn't seem to be built-in, at least on the Mac. I'll see if I can bind it as per the other answer. – q.undertow Feb 15 '22 at 01:32
-
1
-
Perfect! Wanted to know this to be able to use keyboard to switch from search results back to editor. Thank you! – trebor Aug 27 '23 at 19:32
2
Press Ctrl+Shift+P to bring up the command palette and search for Focus. There are several commands to switch the focus, e.g. View: Focus Active Editor Group or Explorer: Focus on Outline View. You can assign custom keybindings to those.
carlfriedrich
- 2,919
- 1
- 15
- 29