Vimdoc should document mappings
Open
enhancement
- Dominant language
- Python
- Stars
- 306
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
There should be a way to document individual mappings so they're listed in the mappings section of help files.
We should probably just have an explicit `@mapping KEYS [mode]` rather than trying to be clever and parse `:map` commands, at least for a first pass, because there are a lot of variants and a lot of code will use `:execute` and other high-level code structures to define mappings that might be hard to get right.
Contributor guide
Assessment
This issue has not been assessed yet.