-
Notifications
You must be signed in to change notification settings - Fork 234
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 compatible with tmux terminal #35
Comments
What's the output of Try adding in your
If that doesn't help, try adding in your
|
echo $TERMscreen What's the output of echo $TERM when you're in xshell by itself, and what's the output when tmux is running? Try adding in your ~/.tmux.conf set-option -g default-terminal "screen-256color" If that doesn't help, try adding in your ~/.vimrc: set t_Co=256 — |
Sorry, not sure what's up. Sounds like a terminal issue. Does the same thing happen with other terminals on windows e.g. KiTTY/PuTTY, or other vim themes? |
Try adding
to ~/.tmux.conf |
Try to open tmux with |
I have the same issue. When i use tmux -2 all works fine but it's some annoying... Setting screen-256color and set t_Co=256 didn't help... |
I am using xshell 5.0 from NetSarang.
My LinuxBox is Debian GNU/Linux 8 (jessie) x86_64
vim version is VIM - Vi IMproved 7.4,
'hybrid' is install by https://github.com/kepbod/ivim
Hybrid works fine in xshell but it can't show correctly in tmux environment.
The text was updated successfully, but these errors were encountered: