serverapps:tmux:plugin
文書の過去の版を表示しています。
Plugin
TPM(Tmux Plugin Manager)
install
Clone TPM
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Configure
~/.tmux.conf の末尾に以下を追記し、<prefix + I>キーでインストール。
- ~/.tmux.conf
# List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'
または
- ~/.tmux.conf
set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-resurrect \ '
Tmux Resurrect
tmux-plugins/tmux-resurrectはtmuxのセッションを保存・復元するためのtmux plugin.
Tmux Resurrectプラグインを使用するとtmux環境を保存できるので、PCを再起動しても環境を簡単に復元できるようになる。
tmux-continuum
tmux-continuumはTmux Resurrectをサポートするプラグインで自動で保存/復元を可能にする。よってこれらはセットで使うのがよさそう。
参考
serverapps/tmux/plugin.1670057340.txt.gz · 最終更新: 2022/12/03 08:49 by hayashi