From 8754f89fdafc9b4ddc3d618eeb68be8005777d1d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 26 Dec 2023 14:36:38 -0600 Subject: feat: add tmux-resurrect --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f32919e..3d0661c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -14,6 +14,9 @@ set -as terminal-features ",xterm-256color:RGB" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +# resurrect +set -g @plugin 'tmux-plugins/tmux-resurrect' + # powerline set -g @plugin 'erikw/tmux-powerline' -- cgit v1.2.3-54-g00ecf