Regression: newline still broken in Zed on Windows in 0.130.0
Open 💬 3 comments Opened May 9, 2026 by lgc653
What version of Codex CLI is running?
codex-cli 0.130.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.5
What platform is your computer?
Windows x64
What terminal emulator and version are you using (if applicable)?
Zed integrated terminal
Zed 1.1.7
commit c17f25cd782edffab64b7c4167abfa44f865b125
What issue are you seeing?
This is still broken for me in Zed on Windows.
I was asked to open a new issue after commenting here:
https://github.com/openai/codex/issues/20555#issuecomment-4412827981
What I confirmed:
0.125.0: newline works0.128.0: broken0.130.0: still broken
Upgrading does not fix it.
Adding the suggested tui.keymap.editor.insert_newline config does not fix it either.
For me, the only workaround is downgrading back to 0.125.0.
What steps can reproduce the bug?
- Open Zed on Windows.
- Open the integrated terminal.
- Run
codex. - Type some text.
- Try to insert a newline.
What is the expected behavior?
A newline should be inserted so multi-line input works normally.
Additional information
I tested these in Zed and none of them inserted a newline:
Shift+EnterAlt+EnterCtrl+J- custom
tui.keymap.editor.insert_newlineconfig
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗