Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 381 Bytes

man-pages-in-vim.md

File metadata and controls

18 lines (13 loc) · 381 Bytes

Man pages in Vim

Hit K on a keyword, and Vim looks up the program under the keyword. It's a bit jarring because Vim appears to shell out from your buffer to show the definition.

To see that man page in Vim, load the man.vim plugin from command mode or in your .vimrc:

:runtime! ftplugin/man.vim

Now, you can read man pages as a Vim buffer:

:Man curl