Re: [Vim-latex-devel] \\ll don\'t work
Brought to you by:
srinathava,
tmaas
From: Luc H. <her...@fr...> - 2004-07-01 01:11:21
|
Hi. * On Tue, Jun 29, 2004 at 04:13:39AM -0700, taquang <vim...@so...valid> wrote: > I got vim-latex from debian testing. While invoking latex from menu > tex-suite -> compile worked perfectly, using the short cut \\ll > didn\'t seem to work. The docu stated that one has to \"press \\ll\" > in normal mode but as far as I see, nothing happened. Is that a > problem with mapleader? Just \ll, not \\ll > How can I change the \"mapleader\"? :h mapleader Your .vimrc in a good place to change this value. > Another question: Is there a way, ie shortcut, to change the color of > the latex\'s keywords to the same color of the background? I `don'\'t > mean rip off the latex\'s keywods, but just \"hide\" them. I think it is possible with something like: hi Statement guifg=white guibg=white -> :h hi HTH, -- Luc Hermitte http://hermitte.free.fr/vim/ |