13

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.

mtw
  • 321
  • 2
  • 6

1 Answers1

15

You can try this while using tmux:

set-window-option -g status-left " #S "

mit
  • 1,413
  • 3
  • 12
  • 17
Calamar
  • 261
  • 2
  • 5