From b5e3eab9658f79e2ec9be0d8c4220d883b2f0f8e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 25 Mar 2023 15:26:58 +0100 Subject: [PATCH] chore(tmux): activate automatic restore of last sessions --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a77633e..32eb7e5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -24,6 +24,9 @@ set -g set-clipboard on # tmux messages are displayed for 4 seconds set -g display-time 4000 +# tmux restore last session +set -g @continuum-restore 'on' + # Refresh status set -g status-interval 1