From a3f84d9493eec90fe32a181e3ed975a61dde79ce Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 12 Dec 2019 13:39:05 +0530 Subject: [PATCH] tmux.conf: Remove use of tpm With tmux3.0 tpm does not work anymore. Let's not rely on it for loading and updating plugins. --- tmux.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/tmux.conf b/tmux.conf index da0a16a..9e1f6d6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -48,13 +48,10 @@ set-option -g default-terminal "tmux-256color" set-option -sa terminal-overrides ',tmux-256color:RGB' # Plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-copycat' -set -g @plugin 'tmux-plugins/tmux-open' +run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux' +run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux' +run-shell '~/.tmux/plugins/tmux-yank/yank.tmux' +run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux' +run-shell '~/.tmux/plugins/tmux-open/open.tmux' set -g @continuum-restore 'on' - -run '~/.tmux/plugins/tpm/tpm'