As the title suggests, the plugin doesn't seem to have any effect on the status bar while using vim inside a tmux session. Is there any work around for this that I might not be aware of?
Thanks!
Try export TERM=xterm-256color in your shell config.
Unfortunately that doesn't help :(
:echo &t_Co in Vim prints 256?
My bad, I exported xterm outside of tmux when I should have done it in a session. Thanks for your help :)
I updated my bashrc and that fixed it for all future sessions :)
OK, thanks.
@itchyny i hava same issue . but i cant fix this .. help me bro!
@kdyhkdy Please create a new issue if there's some trouble with environment info, precise steps expected behavior and minimal vimrc if possible.
Most helpful comment
Try
export TERM=xterm-256colorin your shell config.