Skip to content

Instantly share code, notes, and snippets.

@wenxingxing
Created January 18, 2019 13:09
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 wenxingxing/18d0ec9f3c1b2171333e140930c28689 to your computer and use it in GitHub Desktop.
Save wenxingxing/18d0ec9f3c1b2171333e140930c28689 to your computer and use it in GitHub Desktop.
set -g default-terminal screen-256color
set-option -g mouse on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# 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 -b '~/.tmux/plugins/tpm/tpm'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
# set -g @themepack 'powerline/block/blue'
set -g @themepack 'powerline/default/cyan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment