# tmux.ConnectionOptions

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

ConnectionOptions configures the control-mode lanes owned by a [Connection].

## Members

- `Lanes` (attribute) — Lanes is the number of concurrent command lanes. Zero opens one. Each lane is an attached tmux client and carries one command at a time.
