pub fn default_opts() -> SetKeymapOptsExpand description
Build the default [SetKeymapOpts]: silent + non-recursive.
Unlike Lua’s vim.keymap.set, the default for [SetKeymapOpts] does not
enable noremap so we do it explicitly.
pub fn default_opts() -> SetKeymapOptsBuild the default [SetKeymapOpts]: silent + non-recursive.
Unlike Lua’s vim.keymap.set, the default for [SetKeymapOpts] does not
enable noremap so we do it explicitly.