diff options
| -rw-r--r-- | docs/tmux-edit-popup.png | bin | 0 -> 66443 bytes | |||
| -rw-r--r-- | docs/tmux-edit-result.png | bin | 0 -> 79061 bytes | |||
| -rw-r--r-- | docs/tmux.md | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/tmux-edit-popup.png b/docs/tmux-edit-popup.png Binary files differnew file mode 100644 index 0000000..5985d55 --- /dev/null +++ b/docs/tmux-edit-popup.png diff --git a/docs/tmux-edit-result.png b/docs/tmux-edit-result.png Binary files differnew file mode 100644 index 0000000..1d7f26d --- /dev/null +++ b/docs/tmux-edit-result.png 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.). + + +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: + + + +*(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`: ``` |
