Tuesday, October 4, 2011

Re: Link to part of the same file

Well, so far, what I'm liking better is using vim's help syntax
to have files and tags being linked around. I'm been trying
to use links inside plain text files because I like to jot down
summaries and tips I learn. I found that having a combined
filetype:

set filetype=help.txtfmt

is pretty much all I need. Then I save the files in:

~/Summaries/doc/

and run :helptags ~/Summaries/doc/ when I update something.

This way I can access my 'reminders' from within vim and with
the ability to jump around my stuff.

To automatize that I'm trying to get the hang of this:
http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html

--
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

No comments: