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
