Is there a keyboard shortcut to switch between the terminal and the editor in VS Code?

Asked

Viewed 3,995 times

0

I know the shortcut Ctrl + Shift + ' opens the terminal and if it is already open it transfers the typing cursor to the terminal, however I would like a shortcut that switches between the two more easily, as if it were a Alt + Tab only between the editor and the terminal.

1 answer

3

There’s a very simple way

Let’s take it one step at a time.

1 - Ctrl-Shift + ' will open the terminal
2 - Ctrl + Tab will move the cursor back to the Editor area
3 - Ctrl + ' will leave the Editor and go back to Finish

In short, after you opened the Terminal just switch between Ctrl + Tab and Ctrl + ' to keep playing the cursor from one to the other

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.