tmux Plugins and Productivity Setup/Add TPM to the plugin list

Declare the tmux plugin manager in config.

Section: Plugin manager basics

Add TPM to the plugin list

tmux
tmux
set -g @plugin "tmux-plugins/tpm"
Explanation

TPM is a popular way to manage tmux plugins.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Plugin manager basics
Add sensible defaults plugin
Load opinionated defaults.
OpenIn sheettmuxsame section
Bootstrap TPM from config
Initialize TPM at the bottom of .tmux.conf.
OpenIn sheettmuxsame section
Clone TPM
Install the plugin manager itself.
OpenIn sheetbashsame section
Save and restore sessions
Add tmux-resurrect to persist pane commands and layout.
OpenIn sheettmux2 tag match
Auto-save sessions continuously
Add tmux-continuum for periodic saves.
OpenIn sheettmux2 tag match
Improve clipboard copying
Add tmux-yank for easier clipboard integration.
OpenIn sheettmux2 tag match