👎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§
- Handle
KeyOutcome Deprecated - Result of routing a single key through the Vim engine.
- VimState
Deprecated
Traits§
- Editor
Deprecated - Minimal text-editor surface required by the Vim engine.
Functions§
- handle_
key Deprecated - Apply a single key event to the Vim state and editor surface.
- next_
char_ boundary Deprecated - prev_
char_ boundary Deprecated