edkolev / tmuxline.vim

Simple tmux statusline generator with support for powerline symbols and statusline / airline / lightline integration
MIT License
1.61k stars 90 forks source link

Doesn't seem to work with currently unreleased tmux HEAD (2.2) #51

Open drzel opened 8 years ago

drzel commented 8 years ago

:Tmuxline yields "Tmuxline: should be executed in a tmux session"

edkolev commented 8 years ago

The check is really simple: just check if $TMUX env variable is set https://github.com/edkolev/tmuxline.vim/blob/master/plugin/tmuxline.vim#L5

Thanks for reporting this. I'll look for another way to check if vim's inside tmux.