[][src]Module tmux_interface::windows_and_panes

Structs

BreakPane

Break src-pane off from its containing window to make it the only pane in dst-window

CapturePane

Capture the contents of a pane

ChooseClient

Put a pane into client mode, allowing a client to be selected interactively from a list

ChooseTree

Put a pane into tree mode, where a session, window or pane may be chosen interactively from a list

FindWindow

Search for the fnmatch(3) pattern match-string in window names, titles, and visible content (but not history)

JoinPane

Like split-window, but instead of splitting dst-pane and creating a new pane, split it and move src-pane into the space

LinkWindow

Link the window at src-window to the specified dst-window

MovePane

Like join-pane, but src-pane and dst-pane may belong to the same window

MoveWindow

This is similar to link-window, except the window at src-window is moved to dst-window

NewWindow

Structure for creating new window, using tmux new-window command

PipePane

Pipe output sent by the program in target-pane to a shell command or vice versa

ResizePane

Resize a pane, up, down, left or right

ResizeWindow

Resize a window, up, down, left or right

RespawnPane

Reactivate a pane in which the command has exited

RespawnWindow

Reactivate a window in which the command has exited

SelectLayot

Choose a specific layout for a window

SelectPane

Manual

SelectWindow

Manual

SplitWindow

Manual

SwapPane

Swap two panes