I want to learn vim documentation given in standard help file. But I stuck on navigating issue - I just cannot go to the next tag without positioning cursor manually. I think you would agree that it is more productive to:
- go to the next tag with some keystroke
- press Ctrl-] to read corresponding topic
- press Ctrl-o to return
- continue reading initial text
PS. while I war writing this question, I tried some ideas how to resolve this. I found that searching pipe character with /|
is pretty close to what I want. But tag is surrounded with two pipe '|' characters, so it's still not really optimized to use.