Tmux Plugin Manager を使う
tmux のプラグインを .tmux.conf
で管理できる tpm(Tmux Plugin Manager) を使いはじめてみた。
Installation
GitHub のリポジトリ より clone
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
.tmux.conf
の最下部にインストール/使いたいプラグインを記述
# List of plugins
set -g @tpm_plugins " \
tmux-plugins/tpm \
tmux-plugins/tmux-yank \
"
run-shell ~/.tmux/plugins/tpm/tpm
tmux を起動後、prefix + I
プラグインのインストール、prefix + U
でアップデートができる。
最後に
プラグインは tmux-plugins に多数あり、プラグインを自作用のドキュメントもあった。
なんだかんだいろいろ調べつつも tmux-yank しか使ってないのでした。