Skip to main content

Module vim

Module vim 

Source
👎Deprecated since 0.75.0:

vim mode relocated to oxicode-cli; oxicode-textarea owns text, CLI owns vim logic

Expand description

Vim-style prompt editing engine.

DEPRECATED: vim mode moved to oxicode-cli (host-owned). The oxicode-textarea crate owns editable text; vim decision logic now lives with the CLI app that drives it.

Structs§

HandleKeyOutcomeDeprecated
Result of routing a single key through the Vim engine.
VimStateDeprecated

Traits§

EditorDeprecated
Minimal text-editor surface required by the Vim engine.

Functions§

handle_keyDeprecated
Apply a single key event to the Vim state and editor surface.
next_char_boundaryDeprecated
prev_char_boundaryDeprecated