Open laoshaw opened 4 years ago
The simplest way is to use the :Dasht!
command (with a bang !
) to search all of your installed docsets. Or if you only want to search specific docsets, you can call the dasht#search()
function:
call dasht#search('atoi', '^c$')
call dasht#search('delete', 'javascript')
call dasht#search('integer', ['javascript', '^c$'])
I use markdown with many code snippets in the code block, can I do something like what dasht command line or zeal can do under vim:
Dasht atoi C
for atoi in C, orDasht delete Javascript
for delete in JS while I'm editing a markdown file?