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 3d6d132 commit 7802e6dCopy full SHA for 7802e6d
src/content/docs/recipes/mappings.mdx
@@ -29,9 +29,9 @@ return {
29
end,
30
desc = "Pick to close",
31
},
32
- -- tables with the `name` key will be registered with which-key if it's installed
+ -- tables with just a `desc` key will be registered with which-key if it's installed
33
-- this is useful for naming menus
34
- ["<Leader>b"] = { name = "Buffers" },
+ ["<Leader>b"] = { desc = "Buffers" },
35
-- quick save
36
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
37
0 commit comments