jez / vim-superman

Read Unix man pages faster than a speeding bullet!
http://blog.jez.io/2014/12/20/vim-as-a-man-page-viewer/
MIT License
190 stars 20 forks source link

Follow `man` behaviour #14

Closed HaleTom closed 7 years ago

HaleTom commented 7 years ago

This is great, thanks!

Could the null man behaviour be emulated?

$ ~/.local/share/vim/bundle/vim-superman/bin/vman
No manual entry for
$ man
What manual page do you want?
jez commented 7 years ago

Easy change:

https://github.com/jez/vim-superman/blob/42ef7022e8049ab4c6eb79ac5bd10b8340833ec2/bin/vman#L3-L5

🍻 Cheers!