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'