codex - 💡(How to fix) Fix Chat tabs (alt+number to switch between them) [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#17291Fetched 2026-04-11 06:18:26
View on GitHub
Comments
3
Participants
3
Timeline
7
Reactions
0
Author
Timeline (top)
commented ×3labeled ×3closed ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

CLI

What feature would you like to see?

I'm sure this is a common problem people have, but the obvious solution just occurred to me. How often do you type something in Codex, waiting and ready to send it once the existing prompt is finished processing, but then the existing work results in something that requires a different follow up?

It'd be incredibly convenient if we could press a keybind like alt+1, alt+2 etc, to switch between different input fields, so we can leave what we already have written and send our follow up message, then go back to it. Note, I'm not talking about a whole new session, I'm just talking about the prompt input field.

Additional information

So you could have:

"Clean up the docs" in the alt+1 input tab, and then go to a fresh input tab using alt+2, write your response to whatever is in the active session, then go back to alt+1.

Obviously this is a rudimentary example. If all you were saying is just "clean up the docs" you wouldn't need this, but it's common I have multi-paragraph prompts typed up and ready to fire.

extent analysis

TL;DR

Implementing a feature to switch between multiple input fields using keybinds like alt+1, alt+2, etc., would allow users to efficiently manage multiple prompts.

Guidance

  • Consider adding a tabbed interface to the input field, where each tab can hold a separate prompt, and keybinds can be used to switch between them.
  • Implementing a keyboard shortcut to create a new input tab, such as alt+shift+n, could also be useful for quickly creating new prompts.
  • To manage multiple prompts, a user interface element, such as a tab list or a prompt switcher, would be necessary to display the available prompts and allow users to switch between them.
  • When switching between prompts, the current input field contents should be preserved, allowing users to pick up where they left off.

Example

No code example is provided as the issue does not contain sufficient technical details.

Notes

The proposed feature would require significant changes to the existing Codex interface and functionality, and may have implications for user experience and workflow.

Recommendation

Apply workaround: Implement a tabbed interface or a prompt switcher to manage multiple input fields, as this would provide the desired functionality and improve user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING