-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Integrated terminal: Combine "toggle" and "focus" commands #8463
Comments
I added focus so that ctrl+backtick didn't need to be hit twice to focus an already visible terminal. Related discussion here #7540 |
thanks @Tyriar, ran into same inefficiency, my keybindings.json extension contains
|
I see this issue in the latest version of VSCode (v1.9.1). If the focus is not on the terminal (e.g. focus is on editor) and I have the terminal panel visible, I have to press @leojkwan's suggestion works so that if the terminal panel is not on focus, pressing it the first time will gain focus, and the second time will toggle off the terminal. It would be great if this behavior is enabled by default. |
Totally agree, this issue should be reopened. |
I opened a similar discussion recently in #19400 |
Testing #8222
Currently I need two keyboard shortcuts to do all three:
This could be simplified by letting the "toggle" command focus the terminal when already shown but not in focus. It would then hide the terminal only when already focused.
The text was updated successfully, but these errors were encountered: