Vim在Tmux中會沒有colorscheme
Jun 9, 2014#To fix the issue, I have set up an alias in ~/.zshrc:
alias tmux=”TERM=screen-256color-bce tmux”
#And set up the default-terminal option in ~/.tmux.conf:
set -g default-terminal “screen-256color”
Your site's subtitle/tagline
#To fix the issue, I have set up an alias in ~/.zshrc:
alias tmux=”TERM=screen-256color-bce tmux”
#And set up the default-terminal option in ~/.tmux.conf:
set -g default-terminal “screen-256color”