tmux_set_option
Set tmux options for server, session, window, or pane scope. Specify option name and value, with optional target entity for precise control.
Instructions
Set a tmux option.
scope is one of "server" (-s), "session" (default), "window" (-w),
or "pane" (-p, requires newer tmux). target_entity is the -t target
for session/window/pane scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| scope | No | session | |
| target_entity | No | ||
| target | No |