Skip to content

Instantly share code, notes, and snippets.

@falonofthetower
Last active April 6, 2016 01:04
Show Gist options
  • Save falonofthetower/c4a6f213b42cb4edc9ece622e07c3a67 to your computer and use it in GitHub Desktop.
Save falonofthetower/c4a6f213b42cb4edc9ece622e07c3a67 to your computer and use it in GitHub Desktop.
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
# You need to install tpm plugins (prefix + I)
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_programs.md
set -g @resurrect-processes '"~guard" "~rails c" "~rails s" "~weechat"'
set -g @resurrect-strategy-vim 'session'
set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore '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