Annoying tmux
Listing sessions
$ tmux ls
Creating a session
$ tmux new -s ANNOYING_SESSION
Detaching a session
Control b d
Attaching a session
$ tmux a -t ANNOYING_SESSION
Listing sessions
$ tmux ls
Creating a session
$ tmux new -s ANNOYING_SESSION
Detaching a session
Control b d
Attaching a session
$ tmux a -t ANNOYING_SESSION