Skip to content

tmux-agents-mon v0.1.14

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:41
· 110 commits to master since this release

Scroll the sidebar with your mouse wheel

The wheel now drives the agent list. A tick over the sidebar moves the
cursor one row, exactly like /, and once you stop scrolling it jumps to
the agent you landed on — so you can spin through the fleet and settle on one
without touching the keyboard. Requires set -g mouse on.

  • One switch, not one per row — the jump waits for scrolling to stop, so a
    fast scroll past ten agents costs a single window switch instead of ten.
    set -g @agents-mon-wheel-jump '0.5' tunes the delay; 'off' keeps the
    cursor moving without ever jumping.
  • Every other pane is untouched — the wheel outside the sidebar keeps
    tmux's normal scrollback behavior, including entering copy-mode.
  • Works in both engines — the Rust daemon's processless preserved panes and
    the bash fallback sidebar.
  • Live servers pick it up — the navigation contract version bumped, so an
    already-running tmux server refreshes its bindings on the next toggle.

Popup mode is unchanged: tmux does not forward mouse events into a popup, so
click-to-jump and wheel scrolling remain split-mode features.