devdocs.vim icon indicating copy to clipboard operation
devdocs.vim copied to clipboard

Search on multiple docs

Open adelarsq opened this issue 8 years ago • 1 comments

Would be nice be possible to search on multiple docs, with some config like:

let g:devdocs_filetype_map = {
    \   'elixir': ['elixir','phoenix'],
\ }

adelarsq avatar Jan 17 '18 00:01 adelarsq

Came here looking for this. A workaround is to use (devdocs-under-cursor-all) instead of (devdocs-under-cursor) for mappings. However it may have conflicts depending on what you fave selected.

josefson avatar May 12 '18 18:05 josefson