pub fn classify_nvim_key(
pending_z: bool,
key: &KeyEvent,
mode: &EditorMode,
cmdline: Option<&str>,
) -> NvimKeyDecisionExpand description
Decide what a key does on the Nvim backend. Pure: depends only on the pending-Z flag, the key, the current mode, and the command line.