-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 feature move current tab to an existing window #3925
base: master
Are you sure you want to change the base?
Conversation
can this PR be merged? |
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. |
Add feature move current tab to an existing window
Add a new command
Vomnibar.moveTabToWindow
which 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.