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

前端 未结 6 1877
情书的邮戳
情书的邮戳 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:29

    You might want to consider using a version of Vim that is a native Mac app (that runs in a window).

    MacVim has great color schemes and you can still launch it from Terminal like so:

    $ mvim file.txt
    

    That will open your file in a new Vim window.

提交回复
热议问题