use crateAction;
use crateTrie;
use crateEditingMode;
use HashMap;
use Rc;
/// Seed only what the trie can't express through `keymap-set`: the `on_char`
/// fallthrough that lets insert/command modes accept typed characters without
/// an explicit binding per key. Every concrete keybinding is loaded from
/// `default.lisp` by `State::with_config`.