-
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
Fix focus-tab --previous/next to ignore tab switcher order #10947
Conversation
Found no documentation to update: while -t is documented, -p, -n seem not to be. Am I missing something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only nit is adding a comment on why we need to do this. Otherwise, this is a very clever solution!
Nah, we just don't always remember to update docs when we add features. We try to, but sometimes we forget ¯\_(ツ)_/¯ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! 😄
Co-authored-by: Mike Griese <migrie@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a beauty. Thanks!
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
admin override: Not gonna spin the CI for a comment change |
🎉 Handy links: |
When creating
startupAction
useTabSwitcherMode::Disabled
in action argsto disable the tab switcher and prevent MRU logic to be applied.
Closes #10070