Re: VIM LaTeX-suite e ì (i accentata)

#6093
Up
0
Down
::


Sorry, ragazzi, avevo risolto seguendo la FAQ ufficiale, sulla domanda sopra quella che avevo guardato:

Q: Typing some European characters becomes problematic in Latex-suite because those characters seem to be mapped to something.

Latex-suite maps certain Alt key sequences to some functions as described here. If you need to use these keys for regular editing, you will need to remap the Alt keys to something else as described in here. In particular, put the following commands in your ~/.vim/ftplugin/tex.vim file:

imap Tex_MathBF
imap
Tex_MathCal
imap
Tex_LeftRight

This will make etc. assume the functionality of and so forth without mapping the keys to anything. If you wish you can use something like foo1 etc in the LHS of the mappings (do not use the same LHS for all three) to effectively disable any mappings.

Ho quindi risolto con: `imap Tex_LeftRight`

Ciao a tutti e grazie.

Go to top