TUI: allow stepping forward during backtrack message edit
Resolved 💬 1 comment Opened Jan 15, 2026 by slkzgm Closed Jan 15, 2026
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.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗