summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 11:22:00 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 11:22:00 +0200
commit6da37034708dc7d4dcb7c71e890478a68e6ae4a1 (patch)
treea0d2dcde4bfffb34ab95dcc36fa3f00aa962c742 /docs
parent3698679c27896d0e77f677a769c7ac1437f7e042 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-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`:
```