From 281d750dca79007084f968be42625f44ffb35ea8 Mon Sep 17 00:00:00 2001 From: cubercsl <2014cais01@gmail.com> Date: Sun, 23 Jan 2022 18:03:50 +0800 Subject: [PATCH] docs: add some examples for plugin name alias --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe90855..978566c 100644 --- a/README.md +++ b/README.md @@ -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'