-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed as not planned
Labels
CLIIssues related to the Codex CLIIssues related to the Codex CLITUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request
Description
When using the TUI backtrack/edit flow (press Esc then Esc to edit a previous user message), Esc currently steps to older messages only. If you overshoot the intended message while paging backward, there is no way to move forward to the next (newer) message.
Proposal:
- When backtrack preview is active (a user message is highlighted), support
←(older) and→(newer). - Keep the existing
Escbehavior (enter preview and step to older messages). - No wrap-around; clamp at oldest/newest.
- Update the transcript overlay footer hints to reflect the new navigation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CLIIssues related to the Codex CLIIssues related to the Codex CLITUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request