Skip to content

Instantly share code, notes, and snippets.

@l4u
Created August 5, 2011 03:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save l4u/1126872 to your computer and use it in GitHub Desktop.
Save l4u/1126872 to your computer and use it in GitHub Desktop.
vim solarized in iTerm2
# .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