From 95199ec991d771c3e9ec6dc25020f134bda18905 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:34:38 +0200 Subject: [PATCH] removed tpm --- tmux/tmux.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 548b403..3dbe57b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -45,13 +45,3 @@ bind c new-window -c "#{pane_current_path}" # Longer workspace names set -g status-left-length 20 - -# List of TPM plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-sessionist' -set -g @plugin 'tmux-plugins/tmux-prefix-highlight' -set -g @plugin 'hoshiya4522/tokyo-night-tmux' -# Initialize TPM -run '~/.tmux/plugins/tpm/tpm'