Sometimes I'd like to move a window to another Tab when organizing Tabs. Would this be a feature you could implement?
should also have the possibility to make a new tab from the window.
I have the opposite need: A tab that I'd like to make into a window.
BTW, thanks for Kitty, it's awesome!
Since a tab contains multiple windows how does it become a window?
@kovidgoyal Perhaps a better formulation would be: I'd like to move all windows from one tab into another tab and automatically close the first tab.
Sorry I dont understand your use case? What does moving al lwindows from a tab into a new different tab and closing the old tab achieve that simply renaming the old tab/moving it around does not?
I think @torfsen is asking for tab merging. At start: tab A has windows A1, A2, …, An, tab B has B1, B2, …, Bm; on completion: tab A contains windows A1, A2, …, An, B1, B2, Bm; tab B no longer exists.
ah well, that is basically the same as move one window, just move all instead.
i am working on a patch to move windows into separate tabs (which is working for me so far). i just need to finish the documentation parts and check if some cleanups are required before i submit a PR.
once this is done it should be easy to implement the opposite direction.
do you have some idea for hotkeys for both directions?
The hotkey space is kind of crowded. I think you will need to use
kitty_mod+function key or something similar. Or maybe dont give it a
shortcut by default, there are several such actions already.
Most helpful comment
i am working on a patch to move windows into separate tabs (which is working for me so far). i just need to finish the documentation parts and check if some cleanups are required before i submit a PR.
once this is done it should be easy to implement the opposite direction.
do you have some idea for hotkeys for both directions?