Hi,
I have a problem when trying to input =E2 in tex (that is a ^ over a 'a').
As it corresponds to =E2, which is grabbed by brackets.vim
I tried to follow the advice there:
" NOTE: The insert mode maps are created only if maps are no maps already to
" the relevant functions Tex_MathBF, Tex_MathCal and Tex_LeftRight. This is=
to
" enable people who might need the alt keys for typing to use some other
" keypress to trigger the same behavior. In order to use some other key, (s=
ay
" <C-c>) to use Tex_MathCal(), do the following
"
" inoremap <buffer> <silent> <C-c> <C-r>=3DTex_MathCal()<CR>
So I added the following to my texrc:
inoremap <buffer> <silent> <M-p> <C-r>=3DTex_MathBF()<CR>
(it is MathBF that is giving me trouble)
but it does not work.
Where should I add this binding so that it is taken into account ?
Alan
--=20
The hacker: someone who figured things out and made something cool happen.
|