How to display windows titles at the bottom of the screen using Byobu?
772
I'm using Byobu with zsh. As you can see in the screenshot below, all the windows created have "-" as their title. My colleagues using bash can see the program being run (bash, python, vim, ssh, etc.). How can I achieve the same?
This behaviour appears to be by design when you're using the
tmux
back-end forbyobu
(default behaviour).When you run
byobu-screen
you will see this functionality out-of-the-box.If you look in the
/usr/share/byobu/keybindings/f-keys.tmux
file, you can see the line that binds the F2 key to open a new window:What do you know? The sneaky little fella renames the window to
-
as it's created.You can override this behaviour by adding a line to your
~/.byobu/.tmux.conf
file:For some reason, this still doesn't work on the first window.