export MANPAGER="col -b -x | vim -R -c 'set ft=man' -"
Is there a similar thing for info, so that I can view info page also with
vim?About all I can tell you is that you can dump an Info manual foobar by running info --subnodes foobar. I'm not familiar with vim, so I don't know if anyone has done something so that vim can read that, or the .info file(s) directly, or whatever ... maybe someone else here does. Best, Karl
