How to get byobu to launch tmux instead of screen?
Byobu 5.x has excellent support for tmux. New installations of Byobu 5.x and above will default to using tmux as the backend. Upgrades from older versions, however, will not automatically make that switch.
Still, you can manually run byobu with tmux by typing byobu-tmux
. Similarly, you can manually choose to run with the screen backend by typing byobu-screen
.
Running byobu
will launch with your selected default backend. You can choose between tmux
and screen
by running byobu-select-backend
.
kirkland@ubuntu:~$ byobu-select-backend
Select the byobu backend:
1. tmux
2. screen
Choose 1-2 [1]: 1
I just installed the latest version of Byobu on Ubuntu 10.10 by following these instructions:
sudo add-apt-repository ppa:byobu/ppa
sudo apt-get update
sudo apt-get install byobu
From here: https://launchpad.net/byobu/
Then you can launch it with byobu-tmux