codex - 💡(How to fix) Fix Codex Desktop: persist terminal zoom and allow Enter to select plugins in side chat

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…

Root Cause

The terminal is a core part of Codex Desktop workflows. Repeatedly resizing it creates friction, especially for users who need larger terminal text for readability.

The side chat plugin picker issue also interrupts keyboard-driven workflows and makes plugin selection less accessible.

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using?

Codex Desktop on Windows. Exact version not available from this report; I can update this later from the About Codex dialog if needed.

What platform is your computer?

Windows.

What issue are you seeing?

There are two related Codex Desktop keyboard/UX issues:

  1. Terminal zoom is not persisted

    Every time a new terminal is opened inside Codex Desktop, the terminal zoom level resets. I need to press Ctrl + + three times every time to make the terminal readable.

    I checked the local Codex config and app preferences and did not find an exposed persistent setting such as terminal.fontSize, terminalZoom, or defaultTerminalZoom.

  2. Plugin/app picker in side chat cannot be selected with Enter

    In a side conversation / side chat, when using the plugin/app mention picker, pressing Enter does not select the highlighted plugin/app. This makes keyboard-only selection fail and forces mouse interaction.

What steps can reproduce the bug?

For terminal zoom:

  1. Open Codex Desktop on Windows.
  2. Open a terminal in Codex.
  3. Press Ctrl + + three times to increase terminal zoom.
  4. Open another terminal or restart Codex.
  5. Observe that the terminal zoom is reset.

For side chat plugin selection:

  1. Open a side conversation / side chat in Codex Desktop.
  2. Open the plugin/app mention picker.
  3. Use the keyboard to highlight a plugin/app.
  4. Press Enter.
  5. Observe that the highlighted plugin/app is not selected.

What is the expected behavior?

For terminal zoom:

  • Codex Desktop should persist terminal zoom across terminal sessions, or provide a setting for default terminal font size / default terminal zoom.

Suggested options:

  • Terminal font size
  • Default terminal zoom
  • Persist terminal zoom globally
  • Persist terminal zoom per workspace

For side chat plugin selection:

  • Pressing Enter should select the highlighted plugin/app in the side chat picker, consistent with normal keyboard navigation and accessibility expectations.

Why this matters

The terminal is a core part of Codex Desktop workflows. Repeatedly resizing it creates friction, especially for users who need larger terminal text for readability.

The side chat plugin picker issue also interrupts keyboard-driven workflows and makes plugin selection less accessible.

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