Run tmux one time & screen the second time?
I have users that complain when screen is not installed.
I'm saying I have byobu/tmux installed. No, they want screen.
@doctorwhom Users. Always wanting something.
vi /etc/skel/.tmux.conf
<Put this in ...>
unbind C-b
set -g prefix C-a
bind C-a send-prefix
bind-key "a"
<save>
cd /usr/bin
ln -s tmux screen
They'll never know the difference. Problem fucking solved.
@doctorwhom WHen I switched from byoby to tmux I actually sat down for like three hours and forced myelf to actually learn it ... and created a nice .tmux.conf
My tmux is very pretty ...
ANd I have a script that launches my whole environment depending on what machine I'm on (reads hostname and builds my environment for how I get around that machine.
I remember going from VMS to Unix. Seems familiar.