Skip to content
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

Update keyboard shortcuts for switching tabs #2566

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PalmerAL
Copy link
Collaborator

  • Change cmd+n to switch to the tab at index n, rather than going n tabs to the right (fixes Using ⌘+number to switch tabs #38). The original idea behind this was to make it easier to navigate when there are more than 10 tabs open, but all of the feedback I've heard on it is negative. It also doesn't work very well on macOS because some of the shift+cmd+n shortcuts are also used for screenshots. With this PR, we now match what other browsers do and use absolute indices.
  • Added shift+mod+[ to go to the previous tab and shift+mod+] to go to the next - this works in other browsers but was missing from Min.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using ⌘+number to switch tabs
1 participant