[Vim-latex-devel] mapping <Tab> to autocomplete
Brought to you by:
srinathava,
tmaas
From: Gastón A. <gar...@sl...> - 2012-09-17 17:08:13
|
Hello all I was trying to map<Tab> to autocomplete, something like :inoremap<Tab> <C-n> but the mapping imap<C-i> <Plug>Tex_InsertItemOnThisLine in $VIM/ftplugin/tex.vim seems to be connected with Tab key, I don't know how, and there is no way to use Tab in a tex file. If I change the<C-i> mapping the completion using Tab key works well, but i can't insert the e-acute character any more. somebody knows how can i solve this? thank you, Gastón |