Created
June 7, 2012 09:38
-
-
Save mikeywaites/2887871 to your computer and use it in GitHub Desktop.
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
#set TERM to screen-256color for tmux 256 color support in vim | |
if [ I AM SCREEN ]; then | |
export TERM=screen-256color | |
alias tmux="tmux -2" | |
else | |
export TERM=xterm-256color | |
fi |
BigglesZX
commented
Jun 7, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment