vimdoc icon indicating copy to clipboard operation
vimdoc copied to clipboard

Vimdoc should document mappings

Open dbarnett opened this issue 11 years ago • 0 comments

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.

dbarnett avatar Jul 16 '14 04:07 dbarnett