codex - 💡(How to fix) Fix Vim mode: `ciw` inserts literal `w` below cursor instead of changing inner word

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…

Code Example

not available
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

codex-cli 0.130.0

What subscription do you have?

ChatGPT Enterprise

Which model were you using?

No response

What platform is your computer?

Darwin 25.3.0 arm64 arm

What terminal emulator and version are you using (if applicable)?

Ghostty 1.3.1 stable

Codex doctor report

not available

What issue are you seeing?

In Codex CLI Vim mode, ciw does not behave like Vim's "change inner word".

Expected: delete the word under the cursor and enter insert mode there. Actual: Codex inserts a literal w on a new line / below the cursor.

What steps can reproduce the bug?

  1. Open Codex CLI.
  2. Enable Vim mode.
  3. Type a prompt with a word, e.g. hello world.
  4. Press Esc.
  5. Put the cursor on world.
  6. Type ciw.

Expected: world is deleted and insert mode starts at that position. Actual: a literal w is inserted on a new line / below the cursor.

What is the expected behavior?

No response

Additional information

No response

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

codex - 💡(How to fix) Fix Vim mode: `ciw` inserts literal `w` below cursor instead of changing inner word