> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/quick-man-pages.md).

# Quick Man Pages

Within Vim, if you encounter a command that has man pages (such as `grep`), you can move your cursor over that word in normal mode and press `K` (`shift+k`) to view the man pages for that command.

[source](https://twitter.com/vimchi/status/571438478027837440)
