[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How use vim to view info page?
From: |
Peng Yu |
Subject: |
How use vim to view info page? |
Date: |
Thu, 23 Aug 2012 21:59:16 -0500 |
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
- How use vim to view info page?,
Peng Yu <=