I'm having a painful experience with tmux
. I'm using solarized
in vim
but when I run tmux
then my vim
configuration does not work. It's as if solarized
is not configured in my .vimrc
.
Out of tmux
all is fine! Using tmux
using vim
hurts my sight....
What do I need to do?
$TERM
fortmux
if this is what you are asking me. I think$TERM
outside oftmux
is not set. But can not check this right now unfortunatelly – Jim Jul 04 '13 at 20:24.vimrc
:let g:solarized_termcolors=256
– Jim Jul 04 '13 at 20:27echo $TERM
in and out of tmux and edit the results into your question. This is almost always a result of not using the correct $TERM in tmux. See the first point in the FAQ. – jasonwryan Jul 04 '13 at 20:55$TERM
.But now it seems to pick up solarized partly.I.e. it displays with solarized colors only the specific lines.Outside of the lines/letters I get the color of terminal.It is a mess. Like the text is in some white background – Jim Jul 05 '13 at 15:58xterm-256color
inside and outsidetmux
– Jim Jul 05 '13 at 16:11screen-256color
in tmux as per the FAQ. – jasonwryan Jul 05 '13 at 20:36