pub fn step_insert<H: Host>(ed: &mut Editor<Buffer, H>, input: Input) -> boolExpand description
Drive the insert-mode FSM for one keystroke.
Returns true (consumed) unconditionally — every key inside insert mode
is swallowed regardless of whether it produced a visible effect.