Redefine S-Tab key

2007-01-23 Thread neolistic
Hello! I have redefined the Tab key in insert mode for the completion: inoremap Tab C-R=CleverTab()CR However I want that the S-Tab (Shift+Tab) key in insert mode insert a real tabulation but I don't know how to do this redefinition Thank you for your help -- View this message in context:

disable é map in tex-suite

2007-01-23 Thread neolistic
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 -- View this

Re: disable é map in tex-suite

2007-01-23 Thread neolistic
I think this solution can work but I don't have the perms for the plugin direcory, is there a solution to unmap or surmap the é? Jean-Rene David-2 wrote: * neolistic [2007.01.23 09:15]: I use the tex-suite with VIM7.0 and it's very useful but tex-suite have a auto-defined insert-map

Re: disable é map in tex-suite

2007-01-23 Thread neolistic
It don't works, I tried iunmap é iunmap M-i and I can see the map with :imap i é@PlugTex_InsertItemOnThisLine A.J.Mechelynck wrote: 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

Re: disable é map in tex-suite

2007-01-23 Thread neolistic
Thanks you very much!! It works perfectly it was the buffer in the command which miss: : iunmap buffer é Thanks again 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