How does one include the session-name in status bar for byobu-tmux

byobutmux

I'd like to include the session name of my current tmux session in the status bar. There's nothing in ~/.byobu/status that allows me to do this and including the tmux configuration directive #S in the tmux_left line doesn't work (for obvious reasons).

Cheers.

Best Answer

set-window-option -g status-left " #S " you can try while using tmux.

Related Question