Add feature move current tab to an existing window#3925
Open
dyckia wants to merge 8 commits intophilc:masterfrom
Open
Add feature move current tab to an existing window#3925dyckia wants to merge 8 commits intophilc:masterfrom
dyckia wants to merge 8 commits intophilc:masterfrom
Conversation
|
can this PR be merged? |
Owner
|
Hey @dyckia, sorry for the delay. This seems like a reasonable feature and the implementation looks good. But for completeness, can you describe some of your use cases where you need this command? Second, the code base has changed quite a bit recently and this will need to be reworked a bit to work again. Third, there are some unrelated changes (the addition of closeOneTabOnLeft and other commands, scrollPageUp magnitude) which should be removed. |
Owner
|
Hey @IdoKendo, I think now is a good time to consider this. Would take a stab? |
|
alternative implementation at #4168 |
Owner
|
Ok great. I’m traveling this week and will review when I’m back.
…On Sun, Feb 16, 2025 at 1:33 AM Ido Slonimsky ***@***.***> wrote:
Hey @IdoKendo <https://github.com/IdoKendo>, I think now is a good time
to consider this. Would take a stab?
Hey @philc <https://github.com/philc> please see my implementation at
#4417 <#4417>
—
Reply to this email directly, view it on GitHub
<#3925 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACDFRM35NOUSWAPO6LODT2QBZPXAVCNFSM6AAAAABXAXJSTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGM4DQNBYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: IdoKendo]*IdoKendo* left a comment (philc/vimium#3925)
<#3925 (comment)>
Hey @IdoKendo <https://github.com/IdoKendo>, I think now is a good time
to consider this. Would take a stab?
Hey @philc <https://github.com/philc> please see my implementation at
#4417 <#4417>
—
Reply to this email directly, view it on GitHub
<#3925 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACDFRM35NOUSWAPO6LODT2QBZPXAVCNFSM6AAAAABXAXJSTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGM4DQNBYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Owner
|
I think the UX for this feature needs more discussion, so I've opened #4640. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add feature move current tab to an existing window
Add a new command
Vomnibar.moveTabToWindowwhich moves the current tab to an existing window.Press key w which brings up the omnibar that displays a list of existing windows.
Once a window is selected, the current tab will be moved to the end position in the selected window, and focus is automatically switched to that tab.