sudo apt install tmux
vim ~/.tmux.conf
マウスクリックでペイン切り替え
set-option -g mouse on
設定を読み込み
tmux source-file ~/.tmux.conf
参考
YKpages Home Page