From 0f806c172d66fc883f70a041b0b0beb8466f9597 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Jun 2025 08:18:15 +0300 Subject: [PATCH] chore(tmux): move resurrect and continuum last --- config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 8f6d9ae..f1dd927 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -160,11 +160,11 @@ run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sensible/sensible.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-window-name/tmux_window_name.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-mode-indicator/mode_indicator.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-suspend/suspend.tmux" -run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-continuum/continuum.tmux" -run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-resurrect/resurrect.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sessionist/sessionist.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-yank/yank.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-current-pane-hostname/current_pane_hostname.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-fzf-url/fzf-url.tmux" +run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-resurrect/resurrect.tmux" +run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-continuum/continuum.tmux" # run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-dark-notify/main.tmux"