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:
@@ -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
7
vim/quick-man-pages.md
Normal 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)
|
||||
Reference in New Issue
Block a user