I\'m running iterm2 and when I\'m in tmux mode the colorscheme I have set in vim does not show up. Only the color scheme I\'ve set in iterm. If I run vim from shell the colo
If you find yourself in the same sitation as me, that none of the above worked.. try this:
in .tmux.conf:
.tmux.conf
set -g default-terminal "xterm"
in bash config (maybe .bashrc or .bash_profile):
.bashrc
.bash_profile
alias tmux="tmux -2"
and then run:
killall tmux
and then relaunch tmux