插件管理器
方便安裝插件的管理器
安裝插件管理器
要求: tmux
版本 1.9 (或更高), git
, bash
.
克隆 TPM:
配置
編輯 ~/.tmux.conf
.tmux.conf
重新載入 TMUX 環境,以便獲得 TPM:
安裝插件
新增插件到
~/.tmux.conf
如set -g @plugin '...'
輸入
prefix
+ I (大寫 i,Install 的意思) 獲取插件.
prefix 預設為 Ctrl-b
插件會克隆到 ~/.tmux/plugins/
資料夾並執行
解除安裝插件
到
~/.tmux.conf
移除插件,如set -g @plugin '...'
輸入
prefix
+ alt + u (小寫 u,uninstall 的意思) 移除插件
所有插件都安裝到 ~/.tmux/plugins/
因此,您也可以在此處找到插件目錄並將其刪除。
Last updated