docs: add some examples for plugin name alias

This commit is contained in:
cubercsl 2022-01-23 18:03:50 +08:00
parent 8eb8d83261
commit 281d750dca
No known key found for this signature in database
GPG Key ID: 45C64B19E9161E41
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin 'github_username/plugin_name#branch'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'
# set -g @plugin 'awesome_plugin::github_username/plugin_name'
# set -g @plugin 'awesome_plugin::git@github.com:user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'