From 75cf6abd55bfb60324fc47cf91eac08dbb8b87b4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Sep 2025 12:02:40 +0300 Subject: docs: move tmux documentation to its own file --- docs/configuration.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 95b65de..0b9e204 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -64,24 +64,7 @@ Editor integration Tmux status line -- Hexai can update a tmux user option during LLM activity. Add this to your `~/.tmux.conf` to display it: - - - `set -g status-right '#{@hexai_status} #[fg=colour8]| %H:%M'` - -- Status content is updated best‑effort at key moments: - - CLI: start (⏳ provider:model) and completion with compact stats (↑sent, ↓recv, rpm, reqs) - - LSP: initial heartbeat on client initialize, and periodic compact stats (provider, model, rpm, reqs, bytes) - - TUI action runner: ready (provider:model) and completion with compact stats - -- Toggle via environment: - - Enable (default): unset or `HEXAI_TMUX_STATUS=1` - - Disable: `HEXAI_TMUX_STATUS=0` - -- Theme and colors: - - Preset: `HEXAI_TMUX_STATUS_THEME=white-on-purple` (white fg on purple/magenta bg) - - Explicit: `HEXAI_TMUX_STATUS_FG=`, `HEXAI_TMUX_STATUS_BG=` (e.g., `white`, `magenta`, `colour5`) - - Colors use tmux’s `fg`/`bg` names; both methods wrap the entire `@hexai_status` segment. - - If truncated, increase width: `set -g status-right-length 120` +See the [tmux integration guide](docs/tmux.md) for details on configuring the status line. Code action prompts -- cgit v1.2.3