From ed8766614ae51ad49f1adf5ed82072fb8adef3d8 Mon Sep 17 00:00:00 2001 From: clint Date: Mon, 27 May 2024 15:31:37 -0500 Subject: [PATCH] tmux auto save sesh --- tmux/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 60625f9..5a8d314 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,4 +1,5 @@ # remap prefix from 'C-b' to '`' + unbind C-b set-option -g prefix '`' bind-key '`' send-prefix @@ -74,6 +75,7 @@ source ~/.config/tmux/statusline.conf set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @resurrect-strategy-nvim 'session' +set -g @continuum-restore 'on' # testing this idk lol