- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- PythonRubyLuaTypeScriptGoJava.NETC++ Swift
-
Swap this pane's position with another.
Errors
Returns
Error::ServerMismatchwhenotherbelongs to another server, or an error when tmux refuses the swap.In other ports Exchange two panes
- Python
libtmux.Pane.swap - Ruby
LibTmux::Pane#swap - Lua
libtmux.Pane:swap - TypeScript
pane.Pane.swapWith - Go
tmux.Pane.Swap - Java
io.github.libtmux.Pane.Pane.swapWith - .NET
LibTmux.Pane.SwapAsync - C++
libtmux::Pane::swap_with - Swift
Server.swap(_:with:)swaps windows, not panes
- Python
0 declared, 0 inherited