Re: How to customize the default display of Vim?

2006-04-29 Thread Chen Long
Thank you. I tried them. Only the command for colorscheme doesn't  
work. After I start Vim, I can change the color scheme by typing


:colorscheme darkblue

But if I put it into .vimrc. It doesn't work.

Long

On Apr 29, 2006, at 2:47 AM, Yakov Lerner wrote:


On 4/29/06, Chen Long [EMAIL PROTECTED] wrote:

Dear all,

I am new to Vim. Could any one tell me how to customize the default
display of Vim? Say colorscheme, width and height of the screen,
vertical line spacing etc? What are those commands I should put them
in .vimrc?

For colorscheme:
   :set color=NAME
For width and height:
   :set lines=N
   :set columns=N
Vertical line spacing: I don't think there is such option.

Yakov






how to configure the View rule for Vim-Latex?

2006-04-29 Thread Chen Long
When I open .tex file using Vim. (I have installed Vim-latex). It  
says that


No View rule defined for target pdf
Please specify a rule in $VIMRUNTIME/ftplugin/tex/texrc
   :help Tex_ViewRule_format

What should I do? by the way, I am using Mac OS 10.4.

Thanks,

Long