Edit Queued Message with `Option + Up` (⌥↑ edit) Not Working on MacOS terminal or iTerm.
Resolved 💬 11 comments Opened Sep 30, 2025 by omar-hanafy Closed Feb 21, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
codex-cli 0.42.0
Which model were you using?
gpt-5-codex
What platform is your computer?
MacOS 15.6.1 (24G90)
What steps can reproduce the bug?
- Wirte a prompt and press enter.
- Queue another prompt while in progress.
- Press ⌥↑ to edit queued prompt.
What is the expected behavior?
to be able to edit queued messages.
What do you see instead?
nothing happenning.
Additional information
is there anything wrong I might be doing? I usually use iTerm, but tried MacOS Terminal.app, cursor terminal, JetBrains, Warp, and Ghostty and all of them are not working.
11 Comments
same thing happens for me so I dug into why ⌥↑ (“Alt+Up edit”) is a no-op on macOS terminals where Option isn’t set to send Meta.
already consumes bare KeyCode::Up for history navigation (codex-rs/tui/src/bottom_pane/chat_composer.rs:870+), so no edit action is triggered.
I have issue on osx 15.6 running on apple silicon.
nor on Warp
got hit with the same issue today, can't believe this, did the developer actually test the shortcuts?
Still an issue in native Mac Terminal
still an issue here. macOS 15, vscode terminal
yup still not working. no way for me to edit my queue.
Put 👍 on issue to make it go up in their priority list
https://github.com/openai/codex/issues/4490#issue-3468766409
Working in iterm2
This will be fixed in the next release.
Cant wait