Re: [Vim-latex-devel] how to configure the View rule?
I added this to ~/.vimrc and both problems are gone: let g:Tex_ViewRuleComplete_pdf = 'open $*.pdf' The problem seems to lie in the compiler.vim file. In particular, the following lines: if strlen(s:viewer) let s:viewer = '-a '.s:viewer end
Re: [Vim-latex-devel] Alt key based mapping (eg. Alt-I) don't workunder "OS X"
Vim's help file states that vim takes over keyboard mapping from the OS in order to increase the number of possible mappings. In particular, the alt key mappings are mentioned. Does this apply for OS X? Is there an option similar to "winaltkey" for OS X? ---