I've been using the notes.vim plugin to manage my notes, and I've been tagging them by making the second line in the text file have a list of tags prefixed with the @ symbol. One of my note files looks like this:
Freud
@psychology @psychologists @people
Freud was one of the first psychoanalyists... Lorem ipsum
Where the first line is the title (automatically renames the text file in notes.vim) and the second line is a list of tags.
How can I automatically generate lists of files that contain these tags? I want to, say, find a list of files that contain @psychology. I've read a little bit about ctags and exuberant ctags, but as a non-programmer I don't really understand what any of it means, or how to tell vim where my tags are.