You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use :TmuxlineSnapshot to save this to a file and source it from Tmux, the status bar looks fine.
However, if I load up Vim, the status bar is overwritten, and the variables seem to disappear.
Is there a way to either fix this behavior or keep Vim from recreating the status bar?
The text was updated successfully, but these errors were encountered:
I think the bug here is that when tmuxline looks at tmuxline_preset, it only looks at the predefined values it knows of, and does not try to get other possible variables that could be exposed. That's why taking a Snapshot and putting in the tmux.conf is a workaround, since those variables will be exposed there.
I have a plugin that adds the variable
#{spotify_track}
as well as other Spotify variables. My status line looks like:If I use
:TmuxlineSnapshot
to save this to a file and source it from Tmux, the status bar looks fine.However, if I load up Vim, the status bar is overwritten, and the variables seem to disappear.
Is there a way to either fix this behavior or keep Vim from recreating the status bar?
The text was updated successfully, but these errors were encountered: