Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This plugin actually allows you to view man pages in Vim! Just add the text vman() { vim -c "SuperMan $*" if [ "$?" != "0" ]; then echo "No manual entry for $*" fi } to your ~/.bashrc, ~/.zshrc, or other config file, and then run vman git to open the man page for git in Vim! You can also press K on a word in Vim to bring up the man page for that word.
- Loading branch information
c2122f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(<-- prev step) ... (next step -->)