HiPhish / info.vim

Browse info files from Vim (mirror)
https://gitlab.com/HiPhish/info.vim
MIT License
40 stars 6 forks source link

Missing InfoMenu #11

Open blmaier opened 1 year ago

blmaier commented 1 year ago

The README mentions there is both a :Menu command and a :InfoMenu command. But when I load the plugin, I only get a :Menu option.

I'm working around right now with custom commands, but having :InfoMenu and other aliases like :InfoFollow etc built-in would be nice to have. A common style I use to for Vim plugins is to type the command prefix (e.g. :Info) and use tab-completion to quickly see what's available.

Useful plugin though, thanks!