1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add Quick Man Pages as a vim til.

This commit is contained in:
jbranchaud
2015-02-28 14:20:47 -06:00
parent 9925a7db09
commit 2e855158f7
2 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ I shamelessly stole this idea from
- [Head of File Name](vim/head-of-file-name.md)
- [Preview Buffer](vim/previous-buffer.md)
- [Quick File Info](vim/quick-file-info.md)
- [Quick Man Pages](vim/quick-man-pages.md)
- [Split Different](vim/split-different.md)
## License

7
vim/quick-man-pages.md Normal file
View File

@@ -0,0 +1,7 @@
# 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)