man pages from inside Vim?
view Unix man pages, inside Vim, using the man.vim plugin supplied as part of the standard Vim distribution. To use this plugin, add the following line to your startup vimrc file: runtime ftplugin/man.vim You can also press the K key to run the program specified by the ‘keywordprg’ option with the keyword under the cursor. By default, ‘keywordprg’ is set to run man on the keyword under the cursor. For more information, read :help man-plugin :help K :help ‘keywordprg’ 30.9.