How do I create my own tag files with Vim for interconnected non-code text?
Fresh3 days ago
Mar 15, 20269989 viewsConfidence Score0%
0%
Problem
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 t…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I create my own tag files with Vim for interconnected non-code text?
Low Risk
will give you some pointers on how to write a tags file. But you basically need lines like: The location can any Ex command; it could be a line number, but is usually a search pattern like or so that the tags don't need to be regenerated each time y…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix