Tmux
Screen layout
~/.tmux.conf
unbind C-b set -g prefix C-a
Create new session
tmux new -s newsession
Detaching
Ctrl b d
Listing sessions
tmux ls
Attaching to session
tmux attach -t newsession
~/.tmux.conf
unbind C-b set -g prefix C-a
tmux new -s newsession
Ctrl b d
tmux ls
tmux attach -t newsession