From http://stackoverflow.com/questions/6041178/keep-the-windows-name-fixed-in-tmux?rq=1
From within tmux:
set-option -g allow-rename off
Via environment variable:
DISABLE_AUTO_TITLE=true
From http://superuser.com/questions/343572/how-do-i-reorder-tmux-windows
<prefix> .
From http://stackoverflow.com/questions/3094946/move-window-between-tmux-clients
Move current window:
move-window -t other_session
From https://gist.github.com/andreyvit/2921703
Attaching to existing session:
tmux a -t name
From within tmux:
<prefix> ( previous session
<prefix> ) next session
<prefix> L last active session
<prefix> s choose from list