airline.vim does not work inside tmux -


i new tmux , not expert on vim, tried use tmux these days, seems airline disappeared when used vim inside tmux. show screen shots , can me solve problem.

airline in vim

airline inside tmux

you need correctly set $term environment variable make vim detect 256 colors support doing following before opening vim:

export term=screen-256color 

Comments