I'm writing a fair bit of interconnected non-code text in vim, and I'd like to generate my own tags to use with vim tagging.
For example, there's a file all about "foo", and ideally, whenever I'm editing the files "bar" and "baz" and the word "foo" comes up, I'd like to be able to hit ^] and jump to the foo file, and then hit ^T and jump back to wherever I was.
Is there any way for me to make my own tag files where the word "foo" points to the file "foo" and so on and so forth? Every source that I have checked just explains how to use ctags to generate tags for every programming language under the sun, but I'd just like to be able to create a simple tag file of my own.