Hi, I use the following line in .bashrc, so that I can vim to view manpages when type 'man <topic>'. Is there a similar thing for info, so that I can view info page also with vim? Thanks!
export MANPAGER="col -b -x | vim -R -c 'set ft=man' -" -- Regards, Peng
