Created
August 5, 2011 03:35
-
-
Save l4u/1126872 to your computer and use it in GitHub Desktop.
vim solarized in iTerm2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .profile | |
export TERM=xterm-256color | |
# .vimrc | |
syntax on | |
set background = dark | |
let g:solarized_termcolors = 256 | |
colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment