I have a molokai colour scheme for vim which loads fine from shell. I've just installed tmux but have lost my colour settings. From reading other posts I found these settings for 256 mode but I must be missing a step. I'm on MacVim 7.3 and used brew for tmux
Here are my config settings
~/.tmux.conf
set -g default-terminal "screen-256color"
~/.bashrc
set -g default-terminal "xterm"
I ran
$ source ~/.bashrc
then either tmux or tmux -2 and I get the plain white screen when running vi. Any tips welcome
Cheers!