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
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: