danyim / tmux-remote

tmux plugin for better remote nested tmux sessions
MIT License
7 stars 4 forks source link

Session number disappear after toggle. #1

Open lkhphuc opened 5 years ago

lkhphuc commented 5 years ago

Hi, thanks for the work, I really like the plugins. However it has one small problem for me and I don't know if you can help me fix this. Currently I'm using tmux-nord theme and it's displayed the session number in the left-status. However after toggle the remote session, it does not show up anymore, even after I turn off the remote. image image image

danyim commented 5 years ago

Looks like the script is eating your status-left configuration.

I'll make a PR to save this value (tmux show-options -g | grep status-left) in an environment variable and restore it when the plugin is deactivated. Thanks for reporting!