# tmux.Op

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/plan.go#L93
- **Page:** https://libtmux.org/reference/go/tmux-op/

Op is one tmux command a [Plan] has recorded but not run. Build one with a [Plan] method rather than directly; the zero value records nothing.

## Members

- `Chainable` (method) — Chainable reports whether the operation may share a tmux invocation with others, which is what a [Planner] groups on.
- `Command` (method) — Command returns the tmux command the operation records.
