tmux

  • インストール
    # yum –enablerepo=epel install tmux
  • 設定
    $ vi ~/.tmux.conf
    set -g mode-mouse on
    set -g mouse-resize-pane on
    set -g mouse-select-pane on

So, what do you think ?