Look up keyword on http://devdocs.io from Vim
Use :DD
without argument to look up the word under the cursor, scoped with the current filetype:
:DD
Use :DD keyword
to look up the given keyword, scoped with the current filetype:
:DD Map
Use :DD scope keyword
to do the scoping yourself:
:DD scss @mixin
Use the :DD
command for keyword look up with the built-in K
:
setlocal keywordprg=:DD