Re: [Vim-latex-devel] Vim LaTeX Suite Tutorial -WIP
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-05-20 21:41:17
|
On Tue, May 20, 2003 at 11:54:15PM +0530, Animesh N Nerurkar wrote: > > This is shortly explained in texrc. This is important part od > > documentation :) > ok, in texrc i didn't understand the following: > 1) how can i make a custom cp of texrc when the orig texrc itself is > stored under "$HOME/.vim/ftplugin/latex-suite/" ...? where would my > custom texrc go ? This is explained in Installation section of texrc: " Make your local copy as: " $HOME/vimfiles/ftplugin/tex/texrc (WINDOWS) " or " $HOME/.vim/ftplugin/tex/texrc (UNIX) > 2) the entire "SafeLet" section This is technical section only for dealing with texrc. YOu don't have to understand that :) > 3) ...Latex-suite shites with a number of... (what is "shites") Hmm. Mispell obviously but what word should go here? > everything else is understandable (more or less) that reminds me, i've > been trying to use the LaTeX Folding feature of VLS using the sample > code from the VLS manual ...it didn't work :( Small sample may not work (without \documentclass, \begin{document} etc.). Try real document. > > > yes -list as many maps as possible. > > > > Hmm. Only in separate "cheat-sheet". In text flood of mappings would be > > confusing. I would rather underscore some "magic" shortcuts like <F5>, > > <F9> and explained mnemonics of font and environments shortcuts. > yes, this was the general plan. BTW, is it possible to code a script > that would give me one more keymap -to display the active custom > keymaps set by VLS ? that would be a great help for vim users in leu > of the menus that only gvim users have at their disposal? I will put it into TODO list. m. |