mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
8 lines
280 B
Markdown
8 lines
280 B
Markdown
# 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)
|