====== tpm - tmux plugin manager ======
* [[https://github.com/tmux-plugins/tpm|tmux-plugins/tpm: Tmux Plugin Manager]]
* [[linux:tmux|tmux]] Plugin Manager
* [[https://github.com/tmux-plugins/list|tmux plugin list]]
===== 설치 =====
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
''~/.tmux.conf'' 수정
# 맨 위에 설치할 플러그인 목록 기록
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# 맨 아래에
tmux source ~/.tmux.conf
* tmux 를 재시작하고서
* ''+I(대문자)'' : 플러그인 설치
* ''+U(대문자)'' : 플러그인 Update
* ''++u'' : 목록에서 빠진 플러그인들 삭제