How To Switch focus between editor and integrated terminal in Visual Studio Code

Rahul Shukla
Apr 23, 2020

Keyboard shortcut (Mac / Linux / Windows) to switch the focus between editor and integrated terminal in Visual Studio Code

ctrl+` : To Focus on Integrated Terminal

ctrl+1 : To Focus on Editor (If editor-2 command would be ctrl+2)

Example ::

With these shortcuts, I will focus between the editor and the Integrated Terminal using the same keystroke.

More Info: https://www.rscoder.com/2020/11/14/how-to-switch-focus-between-editor-and-integrated-terminal-in-visual-studio-code/

--

--