[Vim-latex-devel] Mac OS X Leopard and F9 completion

2008-04-08 Thread Daniele Avitabile
Hi everybody, I'm using Vim-LaTeX and MacVim under Leopard. Unfortunately, F9 on this OS has been reserved already for exposé. Any idea how to map another key, say F1, to do the same? Best. Daniele - This SF.net email is spon

Re: [Vim-latex-devel] Mac OS X Leopard and F9 completion

2008-04-08 Thread Christian Ebert
* Daniele Avitabile on Tuesday, April 08, 2008 at 09:02:07 +0100 > I'm using Vim-LaTeX and MacVim under Leopard. Unfortunately, F9 on this OS > has been reserved already for exposé. Any idea how to map another key, say > F1, to do the same? try: imap buffer Tex_Completion in ~/.vim/ftplugin/tex

Re: [Vim-latex-devel] Mac OS X Leopard and F9 completion

2008-04-08 Thread Daniele Avitabile
Thanks for the quick response. In Leopard (and new aluminum keyboards) F9 is associated with the iTunes "forward" button, and F3 with exposé. To have a "real F9" I have to do fn+F9 which is still reserved for exposé (g). I have no choice, I believe. imap buffer Tex_Completion doesn't work bec