tmuxline.vim icon indicating copy to clipboard operation
tmuxline.vim copied to clipboard

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

Open drzel opened this issue 9 years ago • 1 comments

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

drzel avatar Feb 17 '16 08:02 drzel

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.

edkolev avatar Feb 17 '16 14:02 edkolev