What
Using the same tab-drag gesture as #-move, dropping a tab outside any
existing termherd window spawns a new window hosting that tab.
Blocked by #149 (multi-window support); shares drag plumbing with the
cross-window move.
Current state
In-window tab drag exists (TabDrag crates/app/src/shell.rs:267,
Workspace::move_tab crates/core/src/workspace.rs:160). "Detach" = the drop
lands on no window → open a new one and re-home the tab there.
To do
What
Using the same tab-drag gesture as #-move, dropping a tab outside any
existing termherd window spawns a new window hosting that tab.
Blocked by #149 (multi-window support); shares drag plumbing with the
cross-window move.
Current state
In-window tab drag exists (
TabDragcrates/app/src/shell.rs:267,Workspace::move_tabcrates/core/src/workspace.rs:160). "Detach" = the droplands on no window → open a new one and re-home the tab there.
To do