Skip to content

Conversation

roele
Copy link

@roele roele commented Aug 24, 2025

Description

Adds support for reordering tabs via drag-n-drop and hotkeys.

Recording.mov

As a Mac user i personally find the tab keybindings odd since pagedown/pageup requires me to press fn+down/fn+up so 4 keys in total. (Changing this might be a breaking change though)

Next Tab: cmd+pageup (should rather be cmd+opt+right, like in Chrome)
Previous Tab: cmd+pagedown (should rather be cmd+opt+left, like in Chrome)
Move Tab Left: cmd+shift+pageup (should be cmd+shift+left)
Move Tab Right: cmd+shift+pagedown (should be cmd+shift+right)

Fixes #4551 and addresses functionality from PR #4621

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

@Copilot Copilot AI review requested due to automatic review settings August 24, 2025 17:17
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@roele roele force-pushed the feature/tab-reordering branch from 05cc3d1 to 306778b Compare August 31, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support API Tab Reordering
1 participant