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