Skip to content

Instantly share code, notes, and snippets.

@HTLife
Created May 7, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HTLife/505bc03a7e65b5da5e6d99c21fe7ef96 to your computer and use it in GitHub Desktop.
Save HTLife/505bc03a7e65b5da5e6d99c21fe7ef96 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment