Created
April 4, 2016 09:06
-
-
Save shearluck/bb8b73c32dfeae4dfc76624fa422ac69 to your computer and use it in GitHub Desktop.
Vim/Tmux 256 color support
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
| if [ "$TERM" = "xterm" ]; then | |
| export TERM=xterm-256color | |
| fi | |
| alias tmux='tmux -2' # for 256color | |
| alias tmux='tmux -u' # to get rid of unicode rendering problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment