How can I activate Vim color schemes in OS X's Terminal?

前端 未结 6 1874
情书的邮戳
情书的邮戳 2020-12-25 09:51

I\'m working with the Vim 7.2 that comes with Mac OS 10.6.1 (Leopard), using the Mac\'s \"Terminal\" app. I\'d like to use a fancy color scheme. I did this...



        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-25 10:40

    You need to create file ~/.vimrc and add syntax on in that file

    vi ~/.vimrc

    syntax on

    save the file and run your vim

提交回复
热议问题