pub fn get_default_multi_sentaku_keymap<'a, T>(
) -> HashMap<Key, MultiSentakuAction<'a, T>>
Expand description

Get default keymap for multi select Key::Up: move cursor up Key::Down: move cursor down Key::Char('\n'): select current item Key::Ctrl('c'): cancel current selection