From 6da37034708dc7d4dcb7c71e890478a68e6ae4a1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 11:22:00 +0200 Subject: add tmux popup editor screenshots to docs Include demo screenshots from the original blog post showing the popup editor overlay and the result after text is sent back to the agent. Co-Authored-By: Claude Opus 4.6 --- docs/tmux.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/tmux.md') diff --git a/docs/tmux.md b/docs/tmux.md index 250903e..b6d4b68 100644 --- a/docs/tmux.md +++ b/docs/tmux.md @@ -73,6 +73,14 @@ window_minutes = 60 # default 60; min 1, max 1440 `hexai-tmux-edit` opens your `$EDITOR` in a tmux popup to compose longer prompts when working with AI CLI agents (Claude Code, Cursor, Amp, Aider, etc.). +![Popup editor in action](tmux-edit-popup.png) + +The editor opens as a tmux popup overlay, pre-filled with any existing prompt text from the agent's input. After saving and closing, the text is sent back: + +![Text sent back to the agent](tmux-edit-result.png) + +*(Screenshots from the [original blog post](https://foo.zone/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html) showing the concept with Cursor Agent.)* + Add this keybinding to `~/.tmux.conf`: ``` -- cgit v1.2.3