Skip to content

Instantly share code, notes, and snippets.

@lucasraziel
Created March 18, 2020 19:50
Show Gist options
  • Save lucasraziel/e7a462604c1823ebb0586d535ec026bb to your computer and use it in GitHub Desktop.
Save lucasraziel/e7a462604c1823ebb0586d535ec026bb 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 @continuum-restore 'on'
# 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)
bind -n C-x setw synchronize-panes on
bind -n M-x setw synchronize-panes off
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment