diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index efa44b1..a72d7e4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -77,11 +77,11 @@ bind -n M-S-Right resize-pane -R set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins/' ## Plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tpm' # Capture pane content set -g @resurrect-capture-pane-contents 'on'