tpm

tpm is a plugin manager for tmux.

Commands

  • prefix I installs missing plugins.

Installation

Clone the repository:

gh repo clone tmux-plugins/tpm ~/.tmux/plugins/tpm

Then add the packages to ~/.tmux.conf and have the initialisation script run in each pane:

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

run '~/.tmux/plugins/tpm/tpm'