# tmux.Op

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/plan.go#L93
- **Page:** https://libtmux.org/en/go/latest/reference/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.
