While working with some Vim scripts, I found myself typing
:help {subject}
quite a bit. I want CTRL+] (jump to definition of keyword under cursor) functionality, but instead of running :tag {ident}
I want it to do :help {subject}
, where {subject}
is the word under the cursor.