>
> How to redirect the path for ConTeXt in MacVim?
>

I put this in .vimrc:
map <C-h> <Esc> :w <CR> :!context % <CR>

and $PATH directs "context" to the right place:

/Users/kitz/lmtx/tex/texmf-osx-64/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin


To open the .pdf:

:!open -a <your choice of viewer here, e.g. skim> %r.pdf
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to