From 9013b7b71dd09d629dd26f8d5998ea0e0fef120c Mon Sep 17 00:00:00 2001 From: antoinelhermitte Date: Tue, 14 May 2024 18:43:59 +0200 Subject: [PATCH] few changes on tmux conf --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 979c1ae..553b662 100644 --- a/tmux.conf +++ b/tmux.conf @@ -50,6 +50,8 @@ set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" +set -g @resurrect-strategy-nvim 'session' + # List of plugins set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tpm' # tmux package manager