You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new default will now use <C-y> to close the codex window, remappable
by the user. Other vim standard methods have many conflicts with the
codex app
## A Neovim plugin integrating the open-sourced Codex CLI (`codex`).
4
+
## A Neovim plugin integrating the open-sourced Codex CLI (`codex`)
5
5
> Latest version: 
6
6
7
-
Note: As of v1.0.0, <Esc> no longer closes the Codex window. Press q to close, and <Esc><Esc> to safely interrupt model generation without resetting context.
8
-
9
7
### Features:
10
8
- ✅ Toggle Codex floating window with `:CodexToggle`
11
9
- ✅ Optional keymap mapping via `setup` call
12
10
- ✅ Background running when window hidden
13
-
- ✅ Statusline integration via `require('codex').status()`
11
+
- ✅ Statusline integration via `require('codex').status()`
0 commit comments