# tmux.ConnectionOptions.Lanes

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

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.
