I like to use vim for tex file editing.
My document is lengthy, so I hope to show a list of section or subsection and navigate by just typing enter on the section name.
Please let me know some good plug-in or setting.
I know taglist plug-in shows a method list when editing Java source code, but it does not work for tex file.
You only need the built-in
:global
command:and, possibly, a simple custom mapping:
type a line number followed by
<CR>
to jump to the desired line.