-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Show Tabs in Quake Mode #11085
Comments
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
#9992 doesn't look like a duplicate of this. Or at least, it is a much more complex/broad issue than this rather simple one. As it stands now, while in quake mode:
|
It's a little confusing how #9992 gets what you want, but lemme try to clarify:
Did I miss anything? |
Hello, I'd like to say that we appreicate the work done on this project. It has come a long way and is absolutely getting better with every release. However the solution proposed here is very ineligant. A simple tab bar as described by @i-love-code would be the most efficent solution. For reference check out the solution implemented here https://github.com/flyingpie/windows-terminal-quake which does provide this UI. |
For @ninjasitm and @jrogers512 and anyone finding this thread later: I also don't agree with "Quake" mode not a better UI natively, but here's a quick workaround that works super well. It's not well documented but you can open the Quake mode and then The setting doesn't get saved and it's super annoying to enable each time, but it is what it is. |
You could also set the shortcut for the Toggle Focus mode on your settings.json to make @i-love-code suggestion easier |
Tabs in Quake mode should be displayed like in Linux, in the bottom of Quake-Terminal. |
I think the placement of tabs should be configurable, e.g. top or bottom, or hide them altogether / hide when only one tab is open (for tmux users). |
I accidentaly got into this Quake mode and I can't find any way to return to the normal windows. How to disable this mode? |
quake mode should just be a normal terminal that appears at from the top. No need for it to be different in any way. Its pretty silly not having the tabs in the first place imo. The so called duplicate issues seem to be covering a lot more than simply keeping tabs visible in quake mode. No need to customize them or do anything special just dont hide the tabs in quake mode. |
Description of the new feature/enhancement
When you have the quake-style console open, show the "Tab Bar" above the console so you can visualize & navigate between multiple open consoles.
The only way to do this today is to open the quake console (Win+`) and then use Win+Shift+T to open new tabs and Cntrl+T to navigate between them. It works, but it's almost impossible to know how many consoles/tabs you have open and select the correct one.
Use Case
It's a very common case for local .NET development I'm running:
Having each of these in the quake-style console is ideal, which I can do, but I never know which tab is where since you can't see those tabs easily.
Proposed technical implementation details (optional)
Ideally, it would just reuse the existing tab interface of the non-quake windows terminal and remove the top right minimize/maximize UI.
The text was updated successfully, but these errors were encountered: