tmux

.tmux.conf file under your home directory

Open new tmux
tmux new -s <namehere>

To enable mouse on terminal screen
set -g mouse on

shortcut to open command mode:
ctrl+shift+b after :

split screen vertically
ctrl+shift+b after %

split screen horizontally
ctrl+shift+b after "