LibTmux::Pane#move
- Module
- LibTmux
- Declared in
- Pane
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- PythonLua TypeScript Rust Go Java .NET C++ Swift
- move ( arg1 : ::LibTmux::EntityRef , direction : :horizontal | :vertical , before : bool = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
Behavior: Entity mutation.
Behavior contract: Entity mutation.
In other ports Move a pane to another position
- Python
libtmux.Pane.move - Lua
libtmux.Pane:move_to - TypeScript no equivalent on
Pane - Rust no equivalent on
Pane - Go
tmux.Pane.Move - Java no equivalent on
Pane - .NET
LibTmux.Pane.MoveAsync - C++ no equivalent on
Pane - Swift
Server.move(_:to:at:)moves a window, not a pane
- Python
0 declared, 0 inherited