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
I tried all the solutions above and what finally worked for me is putting the following lines in .tmux.conf:
.tmux.conf
set -g default-terminal "xterm-256color"