pub fn step_normal<H: Host>(ed: &mut Editor<Buffer, H>, input: Input) -> boolExpand description
Drive the normal / visual / operator-pending FSM for one keystroke.
Returns true when the input was consumed. Every key is consumed in
these modes (unknown keys swallow silently to avoid TUI bubbling).