# List of plugins
|
|
# Supports `github_username/repo` or full git repo URLs
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
|
|
# Initializes TMUX plugin manager.
|
|
# Keep this line at the very bottom of tmux.conf.
|
|
run-shell '~/.tmux/plugins/tpm/tpm'
|