reorder plugins

This commit is contained in:
2023-06-05 14:51:56 -04:00
parent dff04fb894
commit b3a578ccf3
+2 -2
View File
@@ -54,10 +54,10 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
set -g @themepack 'powerline/default/cyan' set -g @themepack 'powerline/default/cyan'
set -g @continuum-restore 'on' set -g @continuum-restore 'on'