From 9ff939a4fd3d5259693272c501e45aa984d004f9 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 1 May 2022 11:49:02 +0200 Subject: [PATCH] tmux: Sort plugins list --- .config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'