Hacker News new | ask | show | jobs
by godelski 2578 days ago
That's how I found `K`. I was surprised the first time I got a man page open. Now I find it pretty useful and wish it extended to more than man pages.
2 comments

I remap that to query dict in prose contexts. Mostly for mutt:

    au FileType mail set keywordprg=~/bin/dictless
Take a look at `:help 'keywordprg'`.
Can I do things like get `K` to work on python commands? Including modules? Or with other languages?

I see that I can do `set keywordprg=pydoc` but I want modules too.