Tagged Questions
5
votes
2answers
424 views
Byobu with tmux, how to use F-Keys
I'm accessing a linux box with Byobu enabled (with tmux) and I don't seem to be able to use some F-Keys without being binded to Byobu. For example using F6 to sort on htop. I followed this advice, but ...
3
votes
1answer
238 views
Byobu creates infinite spawn of “byobu-status -> tmux” children under tmux
When I launch Byobu, my System Monitor shows a new tmux process with a continuously growing set of byobu-status -> tmux children eating-up all my memory...
-> tmux
-> byobu-status
-> tmux
...
1
vote
0answers
88 views
How does one include the session-name in status bar for byobu-tmux?
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 ...
0
votes
1answer
232 views
How start byobu with session splited horizontaly?
All is in the title. I can't get the right ~/.byobu/window file
3
votes
1answer
135 views
Colour bleeds right when writing a custom script in byobu
I am using byobu with tmux backend in Ubuntu 12.04.
I am trying write a custom script as shown at the manpage of byobu:
#!/bin/sh
printf "\005{= bw}%s\005{-}" "$(uname -r)"
When being run (using ...