summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-08 12:02:40 +0300
committerPaul Buetow <paul@buetow.org>2025-09-08 12:02:40 +0300
commit75cf6abd55bfb60324fc47cf91eac08dbb8b87b4 (patch)
tree6ef90d8014fe4d9a757d3f7e95bf736b70e4c685 /docs/configuration.md
parent0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef (diff)
docs: move tmux documentation to its own file
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md19
1 files changed, 1 insertions, 18 deletions
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=<color>`, `HEXAI_TMUX_STATUS_BG=<color>` (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