Skip to content

Instantly share code, notes, and snippets.

@ordoghl
Created August 7, 2013 12:44
Show Gist options
  • Save ordoghl/6173746 to your computer and use it in GitHub Desktop.
Save ordoghl/6173746 to your computer and use it in GitHub Desktop.
256 color scheme in vim using in tmux
# put in .zshrc:
alias tmux="TERM=screen-256color-bce tmux"
# put int .vimrc
set t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment