tmux

V Ubuntu 8.04 neni.

Instalace:

apt-get install tmux

Moje konfigurace .tmux.conf:

.tmux.conf
# like screen
set-option -g prefix ^a
bind-key C-a last-window
 
new-session

Automatické spuštění po přihlášení:

wget -qO- 'http://www.heca.net/_export/code/admin/tmux?codeblock=1' > ~/.tmux.conf
echo -e "\n\ntmux attach" >> ~/.profile