//! `hjkl-keymap` — backend-agnostic modal keymap for the hjkl editor stack.
//!
//! Provides:
//! - [`KeyEvent`], [`KeyCode`], [`KeyModifiers`] — backend-agnostic key types.
//! - [`Chord`], [`ChordParseError`] — vim-style chord notation parser/serializer.
//! - [`Keymap`], [`Binding`], [`KeyResolve`], [`Mode`], [`KeymapError`] — stateful dispatch.
pub use ;
pub use ;
pub use ;
pub use ;