-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any shortcuts to switch between editors and the integrated terminal. #12054
Comments
ctrl+` toggles the terminal by default, there is also the |
To clarify since Markdown got in the way, ctrl+backtick: i.e. ctrl+` toggles the panel. However, not sure about switching back to the editor yet. |
If you want ctrl+` to toggle back and forth, add this to your keybindings.json:
|
Updated question to add to this thread. Is there a way to click between terminals rather than moving the mouse to the selection dropdown. Similar to how iterm allows you to hold cmd+ ( 1, 2, 3, 4, etc) Obviously using cmd and number on vscode doesn't work the terminal, it added splits and filters between left, right and middle. |
@ModernWebService you can add custom keybindings for these: |
These entries will create RStudio-style
|
For our fellow azerty user, |
My qustion is that is there any shortcuts to switch between editors and the integrated terminal? Here I can only use the CTRL+1, CTRL+2... to switch the open editor tabs.
The text was updated successfully, but these errors were encountered: