-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
Feature: move current pane to new tab #196
Comments
Anybody working on this one? If not I'd like to give it a try :) |
@Monkeyanator Awesome! |
I just want to mention that I really miss this feature in my day-to-day usage of Zellij. I unfortunately don't have time to devote to it myself right now, but @Monkeyanator - if you still have time for this and I can do anything to guide or help you, I'd be happy to. |
Taking a look at this, seems like we can reuse the Tab::close_pane function by having it return the Pane, and it's good because that takes care of the shifting around of space that should happen when a pane is removed from the tab. However I'm unsure how to go about creating a new tab with a specific Pane. We want to create a new tab with the provided layout but without any terminal panes, right? |
I haven't looked deeply at the code, but to give you a direction, I'd try to create an additional constructor for Getting the pane from |
Started using Zellij in my flow. Just missed this feature. Move a panel into its own tab. |
Implemented finally! Will be released in the next version. |
Incidentally, thanks @tlinford for laying down the groundwork for this. |
This is not visible in the documentation, had to search github to find it! |
Similar to the tmux
break-pane
command.The text was updated successfully, but these errors were encountered: