Skip to content

Releases: johnseth97/codex.nvim

Fixed Conflicting Keybinds

20 Aug 01:52
0bb28eb

Choose a tag to compare

New default to close window is , the key binds of the codex application conflict heavily with commonly used methods of closing windows or buffers in vim.

Users can now remap this bind in options.

v0.2.0

22 Jun 03:31
26f1754

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v1.0.0

NOTE: Codex CLI has an extremely robust configuration via JSON or YAML, It's best to do your config of the application via OpenAI's config. The option to select model is fairly redundant, but will be appreciated by users that don't want to dive in to the Codex settings.

v0.1.2

19 Apr 01:35
cfff21e

Choose a tag to compare

New release has optional autoinstall funciton, instead of throwing errors if codex or npm isn't installed.

New release also has simple lualine support, which shows the user if there is a codex window up in the background.

See readme.md for instructions on implementation