- Module
- libtmux
- Declared in
- WindowLink
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGoJava.NETC++Swift
- move ( destination : libtmux.LinkDestination , options : libtmux.LinkOptions? = nil ) libtmux.Request<boolean>
-
Discussed in Topology operations
In other ports Move a window to another session or index
- Python
libtmux.Window.move_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
window.Window.move - Rust
window.Window.move_to - Go
tmux.Window.Move - Java
io.github.libtmux.Window.Window.moveTo - .NET
LibTmux.Window.MoveAsync - C++
libtmux::Window::move_to - Swift
Server.move(_:to:at:)
- Python
0 declared, 0 inherited