From e4716821ab1e309f4e850ec70644edf277c280d8 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:26:59 -0700 Subject: [PATCH] Update tmux.conf --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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'