diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 13:32:21 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 13:32:21 +0200 |
| commit | 8735394dae4266bea638b20b5d327ce366a608a1 (patch) | |
| tree | 463483208ab6a16a98357403dfb3821702b7c68f /config.toml.example | |
| parent | 78d1b4a990148bc8f021958d0fe5af7769a49088 (diff) | |
docs: clarify Codex uses native Ctrl+G external editor
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index d23f738..84734a5 100644 --- a/config.toml.example +++ b/config.toml.example @@ -161,6 +161,8 @@ temperature = 0.2 # Override or add agent definitions (merged with built-in defaults by name). # Built-in agents (checked in order): cursor, claude, amp, aider. +# OpenAI Codex CLI already supports external editor mode via Ctrl+G, +# so no built-in codex tmux_edit agent profile is needed. # - cursor: Box UI │...│, clears with End+BSpace*200 # - claude: Prompt symbol ❯, clears with C-a C-k (Emacs/readline) # - amp: Box UI │...│ (TUI mode), clears with C-u (Emacs/readline) |
