neolistic wrote:
Hello

I use the tex-suite with VIM7.0 and it's very useful but tex-suite have a
auto-defined insert-map for the key é and I don't want to use this map, I
want that when I'm in insert mode and I press the key é, vim insert the
character é

Does anyone know how to do that?

Tanks

You should be able to unmap it. Try

        :unmap! é
or
        :iunmap é

Note that é is probably synonymous with Alt-i -- by unmapping the one you will probably lose the other.

Once you find the right command, you can place it in a script, which (in order for it to work) must be sourced after the TeX suite: see ":help after-directory".


Best regards,
Tony.

Reply via email to