On Sep 30, 7:04 pm, Fernando Basso <[email protected]> wrote: > What would be a good way (if possible at all) to have vim link, say, a > table of contents to each section? I use vim for taking all kinds of > notes and that would be terrific.
Maybe Universal Text Linking plugin can help you: http://www.vim.org/scripts/script.php?script_id=293 You have to create the TOC manually, though, but you could automate it with some scripting, maybe using the g command. Marko -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
