Re: [Vim-latex-devel] Alt+somekey mappings
Brought to you by:
srinathava,
tmaas
From: Mpiktas <mp...@de...> - 2003-06-10 18:12:12
|
Hi, > I use latex-suite time from time, mostly when I need to write some repo= rt:)=20 > I think it is great tool, and it makes life with tex/latex much more ea= sier.=20 > However I stumbled into some problems. Namely I want to use shortcuts A= -m=20 > and A-l. I tried to use call IMAP, yet it is overriden with menu shortc= uts.=20 > A-m opens TeX-Math menu, A-l opens TeX- > elements menu. Is there a way to elude these shortcuts and use mine ins= tead? Answering myself, yes there is. I edited file texmenuconf.vim and changed= =20 E&lements into Elements, and edited menu.vim in ../vim61 and changed &Buf= fers=20 into Buffers. So I can freely use mappings A-l and A-b, but I did not use= =20 them, because they are already used in brackets.vim in much more efficien= t way=20 than I wanted to use them:) > Another question would be where to find all default latex-suite shortcu= ts?=20 > In texrc is a link to texmaps.vim, but there is no such file in latex-s= uite.=20 > I'm especialy interested in mappings like A-q which produces special le= tters=20 > not found in default iso8859-1 encoding. I found in brackets.vim that European users have problems with A- mapping= s.=20 Yet my problem was to override the default shortcuts and imap surely does= that. >=20 > Another little problem is that latex-suite highlights all { in text if = I use=20 > some special latex-suite shortcut like EEQ for example. This behaviour=20 > always appears with newly opened .tex files (when there are no other=20 > instances of gvim). >=20 To this problem I found no cure. I think it is a bug. Should I file a bug= =20 report or what? Mpiktas |