From 5d74d499e151089470f43deae7d521ff4a21ced8 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 27 Mar 2023 20:55:26 +1030 Subject: [PATCH] updated tmux to use distrobution tpm --- .config/tmux/tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index b2848ec..81bbac6 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -56,8 +56,10 @@ bind-key v split-window -h # ----------------------------------------------------------------------------- # List of plugins. -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @tpm_plugins ' \ + tmux-plugins/tpm \ + tmux-plugins/tmux-resurrect \ +' # Initialize TPM (keep this line at the very bottom of your tmux.conf). -run '~/.tmux/plugins/tpm/tpm' +run '/usr/share/tmux-plugin-manager/tpm'