-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on ubuntu15.04 with tmux inside gnome-terminal #14
Comments
@ishankhare07, it's working for me. Can you show your |
I just went through the exercise of fixing this. Here's what works for me. .bashrc
.tmux.conf
.vimrc
The key change for me was setting the proper TERM for the shell. I had used xterm-256color for the longest time and just ignored the slight vim/tmux color issues. Once I dug into it I discovered that vi was doing the wrong thing because it didn't realize it was within a screen/tmux environment. Changing the TERM to screen-256color fixed all my issues. |
I solved this with this one-liner. Also, On 2015-09-24 17:53, Matt Klich wrote:
|
installation instructions say just to put cat tmuxcolors-256.conf >> ~/.tmux.conf |
all other colors are set except the background color
The text was updated successfully, but these errors were encountered: