Tmux Settings

Create a configure file in your $HOME path named .tmux.conf. I will update some other useful settings from time to time.

# this will enable mouse scrolling, panel exchanging, and mouse selecting and copying
set -g mouse on

Then enter the following command in tmux to enable the configuration.

:source-file $HOME/.tmux.conf