Skip to main content

nvim_get_keymap

Function nvim_get_keymap 

Source
pub fn nvim_get_keymap<'a>(
    lua: &'a Lua,
    mode: &str,
) -> LuaResult<Vec<Mapping<'a>>>
Available on crate features unstable and vim only.