vi editing mode
What feature would you like to see?
https://docs.anthropic.com/en/docs/claude-code/interactive-mode#vim-mode
Are you interested in implementing this feature?
Yes
Additional information
No response
Alternatively, just allow opening the prompt in $EDITOR
+1
Please vote for this here
Claude Code users are able to hit ⌃+G and open the prompt in vim, edit it, and then after closing it, the new prompt will be entered into the normal chat.
Codex should work exactly in the same way. It's the best UX
Claude Code users are able to hit
⌃+Gand open the prompt in vim, edit it, and then after closing it, the new prompt will be entered into the normal chat.Codex should work exactly in the same way. It's the best UX
This feature has been implemented in this open PR: https://github.com/openai/codex/pull/7606
I agree / I find this approach to be a cleaner one, as it allows users to edit with their [personally-configured] editor of choice while requiring less maintenance overhead from the team.
Claude Code users are able to hit
⌃+Gand open the prompt in vim, edit it, and then after closing it, the new prompt will be entered into the normal chat. Codex should work exactly in the same way. It's the best UXThis feature has been implemented in this open PR: #7606
I agree / I find this approach to be a cleaner one, as it allows users to edit with their [personally-configured] editor of choice while requiring less maintenance overhead from the team.
FYI they do not accept PRs here. But others may merge it into their own forks...