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'