tmux_link_window
Link a window to another session or index, making it appear in both locations. Enables sharing a window across sessions without duplication.
Instructions
Link a window into another location (it then appears in both).
src is the source window (e.g. "sess1:2"), dst the destination
(e.g. "sess2:" for the next free index, or "sess2:5"). select=False
links it in the background (-d). The same window now lives in both spots;
use tmux_unlink_window to remove a link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | ||
| dst | Yes | ||
| select | No | ||
| target | No |