summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tmux-edit-popup.pngbin0 -> 66443 bytes
-rw-r--r--docs/tmux-edit-result.pngbin0 -> 79061 bytes
-rw-r--r--docs/tmux.md8
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/tmux-edit-popup.png b/docs/tmux-edit-popup.png
new file mode 100644
index 0000000..5985d55
--- /dev/null
+++ b/docs/tmux-edit-popup.png
Binary files differ
diff --git a/docs/tmux-edit-result.png b/docs/tmux-edit-result.png
new file mode 100644
index 0000000..1d7f26d
--- /dev/null
+++ b/docs/tmux-edit-result.png
Binary files differ
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`:
```