We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce81a7a commit daa3ad9Copy full SHA for daa3ad9
mini.nvim/doc/mini-basics.qmd
@@ -301,8 +301,8 @@ Usage example:
301
})
302
```
303
304
-If you don't want only some mappings to be made at all, use [vim.keymap.del()](https://neovim.io/doc/user/helptag.html?tag=vim.keymap.del\(\))
305
-after calling [MiniBasics.setup()](mini-basics.qmd#minibasics.setup).
+If you want some mappings to be different or not made at all, set or delete
+them after calling [MiniBasics.setup()](mini-basics.qmd#minibasics.setup).
306
307
##### mappings.basic {#minibasics.config-mappings-mappings.basic}
308
0 commit comments