Created
August 7, 2013 12:44
-
-
Save ordoghl/6173746 to your computer and use it in GitHub Desktop.
256 color scheme in vim using in tmux
This file contains 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
# 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