tpm
tmux plugin manager
https://github.com/tmux-plugins/tpm
plugin
tmux session 永続化
https://github.com/tmux-plugins/tmux-continuum
status bar 表示
https://github.com/tmux-plugins/tmux-cpu
https://github.com/tmux-plugins/tmux-battery
setup
.tmux.conf
code:.tmux.conf
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
# plugins
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
tmux source ~/.tmux.conf
install Ctrl+I