My tmux configuration
$ sudo apt-get install tmux
$ cd
$ rm .tmux.conf
$ git clone https://github.com/jarsonfang/tmux.git
$ ln -s tmux/tmux.conf .tmux.conf
add the following line to ~/.bash_aliases
file and then source ~/.bash_aliases
:
alias tmux='tmux -2'