# libtmux::Window::link_to

- **Module:** libtmux::Window
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/entities.hpp#L509
- **Page:** https://libtmux.org/reference/cxx/libtmux-window-link_to/

```
libtmux::Window::link_to(target: const Session &) -> expected< void, CommandFailure >
```

Show this window in another session as well.

The same window, not a copy: what runs in it is running in one place and shown in two.
