Mac OS X vim colors mangled

后端 未结 7 2102
自闭症患者
自闭症患者 2021-02-13 12:09

Here\'s my setup

  • Mac OS X 10.6
  • VIM (default version that comes with OSX 10.6)
  • rails.vim (installed in .vim/autoload)
  • ir_black.vim (insta
7条回答
  •  心在旅途
    2021-02-13 13:09

    I have been using iTerm and was shocked to find out Terminal.app doesn't support 256 colors! I recommend Bryan's answer.

    However, if you ever get in a bind like this, you can change $TERM to vt100 and vim won't try to use colors. In bash (the default MacOSX shell) you set this with:

    export TERM='vt100'
    

提交回复
热议问题