Hi,
As a newbie I found quite difficult to learn all the features of this
wanderful tool. I would have love to have a memento with the list of
all the shorcuts.
After getting informations from different sources, I start to
understand it enought to use it. However I still have few questions.
Here is the first one (others in the next mails...).
The 3 lettres shortcup are quite painful for the user who doesn't know
them and doesn't expect to see his text be transformed. That was the
reason I gave up with vim-latex a year ago.
Now I know how to do :
let g:Tex_EnvironmentMaps=0
let g:Tex_EnvironmentMenus=0
let g:Tex_FontMaps=0
let g:Tex_FontMenus=0
let g:Tex_SectionMaps=0
let g:Tex_SectionMenus=0
but it is quite frustrating since I'd like to use the 3 letters macros
but with a special key before. I expected this key to be g:Tex_Leader2
but no. How can I have a special key before all the 3 letters macros
without to redo everything myself ?
call IMAP (g:Tex_Leader2."FEM", "\\emph{<++>}<++>", "tex")
TIA,
Olivier.
|