1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Fix some typos in the latest til.

This commit is contained in:
jbranchaud
2015-11-24 21:37:35 -06:00
parent 973ef1673d
commit a5eedf05a7

View File

@@ -1,12 +1,11 @@
# Opening Man Pages In Vim # Opening Man Pages In Vim
In [Quick Man Pages](quick-man-pages.md), I explained how the In [Quick Man Pages](quick-man-pages.md), I explained how you can quickly
`ft-man-plugin` allows you to quickly open man pages with `K`. For times open man pages with `K`. For times when the particular command isn't in the
when the particular command isn't in the buffer or the command contains a buffer or the command contains a hyphen, you can instead use `:Man`. With
hyphen, you can instead use `:Man`. With the `ft-man-plugin` enabled, you the `ft-man-plugin` enabled, you can use `:Man` with the name of any command
can use `:Man` with the name of any command that has a manual page and the that has a manual page and the respective man page will be opened in a split
respective man page will be opened in a split buffer. For example, check out buffer. For example, check out `git log` with:
`git log` with:
``` ```
:Man git-log :Man git-log