-
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
Add support for tab reordering #443
Comments
This is because we're using a really early version of the Tab Control. In future versions, it'll be more feature complete. Until then, all we request is patience :) |
This one is actually on us. Tammy so kindly hooked up the reordering events for us! @carlos-zamora even tried hooking them up to TerminalApp, but it underwent immediate and energetic disassembly. |
I'm repurposing this for tab reordering and demoting it to a Task. We'll track the (much larger) workitem to do tab tearoff as a deliverable for vBacklog. Notes/reasoning:
|
Moved tearoff to #1256. |
Was about to open up my own issue but found this one - great idea! Just want to add one thing to the suggestion (not sure if it should be a separate issue, seems related?): In addition to being able to tear off tabs into new windows, it would also be nice to be able to dock tabs onto an existing window, similar to Visual Studio, with support for snapping to quadrants to make it easy to setup a 4 x 4 tab window grid (in this use case, you'd snap left/right tabs first, then snap the last two into quadrants, if that makes sense). And also support other layouts like two tabs on the top half and one full width tab on the bottom (to do this, snap the top two left/right, then drag the bottom tab to the bottom middle line between them). |
@JeroMiya You should open a separate issue for your suggestion. |
Another suggestion to add on top of this feature: add a keyboard shortcut for moving the currently active tab left/right. For instance, in my Chrome I have this configured to |
🎉This issue was addressed in #3478, which has now been successfully released as Handy links: |
Is there any key shortcut to move tab? Mouse dragging is not working too smooth. |
Your Windows build number: 10.0.18890.1000
What you're doing and what's happening: Attempting to drag tabs to reorder or detach does not work. Tabs stay exactly where they are and show no sign of moving
What's wrong / what should be happening instead: Tabs should be able to be reordered and detached.
The text was updated successfully, but these errors were encountered: