Re: [Vim-latex-devel] Alt+somekey mappings
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-06-10 18:29:39
|
Thanks for the tips! A few things... On Tue, 10 Jun 2003, Mpiktas wrote: > Answering myself, yes there is. I edited file texmenuconf.vim and changed > E&lements into Elements, and edited menu.vim in ../vim61 and changed &Buf= fers > into Buffers. So I can freely use mappings A-l and A-b, but I did not use > them, because they are already used in brackets.vim in much more efficien= t way > than I wanted to use them:) > Another way to have Alt not open up menus is =09:set nowinaltkeys However, that is much more aggressive in that you will never be able to access menus via the keyboard. But do you need to? > > Another question would be where to find all default latex-suite shortcu= ts? > > In texrc is a link to texmaps.vim, but there is no such file in latex-s= uite. > > I'm especialy interested in mappings like A-q which produces special le= tters > > not found in default iso8859-1 encoding. > I found in brackets.vim that European users have problems with A- mapping= s. > Yet my problem was to override the default shortcuts and imap surely does= that. I did not quite keep up with that discussion. If I remember correctly, European users want <M-l> to insert =ED or something similar. But again, some other European users find that there are some other ways to insert =ED which are easier or something. Is that the case with you? Or do you never need to insert =ED into your documents? If possible, please write a little about what you do so if someone else asks, I can sound a bit more intelligent :) > > Another little problem is that latex-suite highlights all { in text > > if I use some special latex-suite shortcut like EEQ for example. > > This behaviour always appears with newly opened .tex files (when > > there are no other instances of gvim). > > > > To this problem I found no cure. I think it is a bug. Should I file a bug > report or what? > I'll look into this. Thanks, Srinath |