Skip to content

Instantly share code, notes, and snippets.

@ts-3156
Created November 27, 2017 00:22
Show Gist options
  • Save ts-3156/dddecc9822e3e113e9bc64e1f98d5d6f to your computer and use it in GitHub Desktop.
Save ts-3156/dddecc9822e3e113e9bc64e1f98d5d6f to your computer and use it in GitHub Desktop.
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @resurrect-capture-pane-contents 'on'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment