chore(tmux): activate automatic restore of last sessions

This commit is contained in:
Stefan Imhoff
2023-03-25 15:26:58 +01:00
parent 2b93d5ff58
commit b5e3eab965

View File

@@ -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