thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

<feature request> Use apropos to get candidate. for :Unite ref/man in linux. #46

Open blindFS opened 10 years ago

blindFS commented 10 years ago

I think the command apropos is quick and powerful. So it will nice to use it to get candidates. I once wrote a small addon for unite.vim named unite-apropos. It looks like this: 2014-06-29-124317_1013x198_scrot

So I think ref/man might do the same.

thinca commented 10 years ago

I didn't know about apropos. I'll try it in some day. Thanks.

crazymaster commented 9 years ago

apropos is equivalent to man -k.