diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-01-31 11:40:24 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-01-31 11:41:36 +0000 |
| commit | f6156091f46168f51bb9c5fe367ec94b2c86a0e1 (patch) | |
| tree | 3aa1ec75c172f84c5de1c0cdcb64f20fc33ee1ce | |
| parent | 5c0960645d90afe198813ab5b79ee5f2bc0ee14c (diff) | |
Restore tmux sessions when starting tmux
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index f99ed95..58e7e4a 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -98,6 +98,9 @@ set -g message-command-style "fg=${nord_cyan},bg=${nord_black}" # Informs tmux-resurrect to use neovim sessions when restoring. set -g @resurrect-strategy-nvim 'session' + +set -g @continuum-restore 'on' + # Plugins. run-shell ~/.config/tmux/plugins/tmux-resurrect/resurrect.tmux run-shell ~/.config/tmux/plugins/tmux-continuum/continuum.tmux |
