tpm - tmux plugin manager

설치

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