-
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
Quake Mode - Can we have Tab title to show how many tabs we have on quake mode? #11935
Comments
On the quake window you can make the tabs show if you disable focus mode using the |
Thanks for the feedback! This is a known limitation atm. You can always exit focus mode, with ctrl+shift+p, "Toggle Focus Mode" (or whatever that's localized to). Otherwise, I'm gonna call this /dup #9992, which should enable adding a setting to disable this for the |
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! |
@Rosefield @zadjii-msft why is this issue closed when this is clearly a bug though? In quake mode I won't be using Maximized or Full screen and I'm trying to disable Focus mode because I want the tabs to always be visible. Having it set to "Default" I'd expect Focus mode to be disabled. Yet every time Quake mode is launched it is showing no tabs and I first need to do the This really sounds like the app not respecting the configured settings when lauched in quake mode and thus a bug. What's worse is how this is an issue that's been known since Dec 2021, and it still hasn't been addressed.. |
Because ultimately, we're going to solve this by doing #9992, so it doesn't make sense for us (from a project management perspective) to have multiple threads all for the same root cause/fix. Quake mode has always been an "easter egg" version of
Alas, I haven't had any cycles to work on anything If there's interest, I could probably add a writeup to #9992 for how I'd implement it. It'd be a lot of code shuffling, but not anything too hard, I don't think. Alternatively, the |
Description of the new feature/enhancement
When in quake mode, if we have multiple tabs open, it's hard to notice there are multiple tabs. On ConEmu, we get this little title to show list of tabs open which makes it convenient.
Proposed technical implementation details (optional)
If we can have a title at the top which shows tabs open which can be selected and organized if need be (drag and drop), will come handy.
The text was updated successfully, but these errors were encountered: