插件管理器
安裝插件管理器
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm配置
# 插件清單
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# 其他範例:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'
# 初始化TMUX插件管理器 (將此行保持在 tmux.conf 的最底部)
run '~/.tmux/plugins/tpm/tpm'安裝插件
解除安裝插件
Last updated