altercation / vim-colors-solarized

precision colorscheme for the vim text editor
http://ethanschoonover.com/solarized
6.59k stars 1.76k forks source link

Make Terminal Vim same as iTerm Vim #173

Closed blagoeres closed 7 years ago

blagoeres commented 7 years ago

The left side is how it looks in iTerm2.app and on the right Terminal.app. How to make them same ? Why terminal vim is ugly ?

My ~/.vimrc file is like this:

set nocompatible
set backspace=indent,eol,start

set t_co=256

syntax enable
set background=dark
colorscheme solarized

set number
set linespace=16
set guifont=Monaco:h16

set tabstop=2
set shiftwidth=2
set expandtab
set autoindent