diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 915559e..d42dc3c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -33,6 +33,8 @@ set -g set-clipboard on set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'janoamaral/tokyo-night-tmux' # Theme @@ -42,4 +44,5 @@ set -g @tokyo-night-tmux_window_id_style fsquare set -g @tokyo-night-tmux_pane_id_style hsquare set -g @tokyo-night-tmux_zoom_id_style dsquare + run '~/.tmux/plugins/tpm/tpm'