Inside tmux, check your terminal type: echo $TERM If it's something like screen or screen-256color, try changing it to: export TERM=xterm-256color If that works, add it to your ~/.bashrc / ~/.vimrc file for persistency