diff --git a/tmux/tmux.conf b/tmux/tmux.conf index af0df16..7d449b3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -85,6 +85,15 @@ setw -g window-status-style "NONE,fg=#a9b1d6,bg=#1f2335" setw -g window-status-format "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#1f2335,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics]" -# tmux-plugins/tmux-prefix-highlight support set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#1f2335]#[fg=#1f2335]#[bg=#e0af68]" set -g @prefix_highlight_output_suffix "" + +# Tmux sessionist plugin + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sessionist' + + +if "test ! -d ~/.tmux/plugins/tpm" "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" + +run '~/.tmux/plugins/tpm/tpm'