bash-completion scripts for tmux
git clone https://github.com/cwacek/tmux-completion.git
source tmux-completion/tmux-completion.bash
This first iteration is quite simple, and autocompletes session names for all instances of '-t'. Some tmux commands use -t to refer to clients not sessions, and it will complete incorrectly for those.