Hi

The first option does not work, that :

au VimEnter * au FileType tex silent! unmap! <buffer>

does not fix the problem

Nevertheless, I found a solution. I created the file tex.vim in ~/.vim/
ftplugins/ and I add the following line :

imap <buffer> <m-c> <Plug>Tex_InsertItemOnThisLine

Actually you have to create the file and just put this line. But you
have to take care of the mapping you create. For that your list of Alt-
key equivalents was really helpfull because I was able to selec a
character (here a with a tilde) which is not use in french.

Thanks for your help

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

Reply via email to