From 8a85b436f0d2f41604f6519c15973b9cdcf18025 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 27 Jan 2018 13:25:15 +0000 Subject: [PATCH] Add comment about how to install TPM in tmux.conf --- tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 4f83f13..eff2b84 100644 --- a/tmux.conf +++ b/tmux.conf @@ -77,7 +77,11 @@ bind -n M-l select-pane -R bind -n M-I setw synchronize-panes # -# Plugins +# Plugins via TPM (https://github.com/tmux-plugins/tpm) +# +# Install TPM with: +# +# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # set -g @plugin 'jimeh/tmux-themepack'