Skip to main content

Module widgets

Module widgets 

Source

Re-exports§

pub use editor::EditMode;
pub use editor::Editor;
pub use editor::VimAction;
pub use editor::VimMode;

Modules§

editor
Text-input editor supporting both emacs-style readline bindings and a minimal vim-motion mode. The editor is pure state — it does not own any terminal or ratatui types, so it can be tested without I/O.