- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- Python Ruby LuaRustGoJava.NETC++Swift
- move ( options : : MoveWindowOptions = {} ) Promise<void>
-
Move this window to another session or index without selecting it.
Moves this placement. Sessions that are grouped share one window list, so moving a window they share moves it in all of them; sessions that merely link the same window keep their own lists, and only this one moves.
Examples
await window.move({ index: 3 });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.
- Lua
libtmux.WindowLink: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