Skip to content

Instantly share code, notes, and snippets.

@HTLife
Created April 17, 2018 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save HTLife/c6cab6405a57dec23b37d71a0f9aef8d to your computer and use it in GitHub Desktop.
Save HTLife/c6cab6405a57dec23b37d71a0f9aef8d to your computer and use it in GitHub Desktop.
tmux conf
Put this at the bottom of .tmux.conf:
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
set-option -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment