tmux mouse mode installation script
git clone https://github.com/nhdaly/tmux-better-mouse-mode ~/.tmux echo 'set-option -g mouse on' >> ~/.tmux.conf echo 'run-shell ~/.tmux/scroll_copy_mode.tmux' >> ~/.tmux.conf tmux source-file ~/.tmux.conf