configure gvim setting color and font

后端 未结 1 632
星月不相逢
星月不相逢 2021-01-14 03:39

I want to try out vim, but have a little trouble with the config file. I have installed gvim here C:\\Program Files (x86)\\Vim\\vim73 and added a file called

1条回答
  •  囚心锁ツ
    2021-01-14 04:01

    Put the following line in either your .vimrc or .gvimrc (GVIM) file.

    set colorscheme peaksea
    

    If the file does not exist, you can just create it first via

    touch ~/.vimrc
    

    0 讨论(0)
提交回复
热议问题