Closed
Description
Greetings π
How does one display hostname automatically in the window format?
It seems to detect the hostname correctly and display it in bottom right by default. But I'd like it on the tmux "window tab".
I've tried:
~ α
tmux setw -g window-status-current-format "#{hostname_ssh}"
~ α
tmux setw -g window-status-format "#{hostname_ssh}"
And similar.
Also:
tmux_conf_theme_window_status_current_format='{#hostname}'
But it seems that doesn't work and is blank.