mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-09 03:56:11 +00:00
docs: note vendoredKeymaps and ability to disable keymap options
This commit is contained in:
parent
69379e91f7
commit
3860063606
1 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
# Custom keymaps {#ch-keymaps}
|
# Custom keymaps {#ch-keymaps}
|
||||||
|
|
||||||
Some plugin modules provide keymap options for your convenience. If a keymap is
|
Some plugin modules provide keymap options for your convenience. These can be
|
||||||
not provided by such module options, you may easily register your own custom
|
disabled using {option}`vim.vendoredKeymaps`. It is also possible to disable
|
||||||
keymaps via {option}`vim.keymaps`.
|
individual keymaps with options by setting them to `null`. If a keymap is not
|
||||||
|
provided by a module, you may easily register your own custom keymaps via
|
||||||
|
{option}`vim.keymaps`.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue