Skip to content

Commit

Permalink
Auto restore tmux resurrect session on tmux start
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Sep 18, 2023
1 parent 6e40fbd commit 1cac855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@ set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'christoomey/vim-tmux-navigator'

# Automatic Restore: Last saved environment is automatically restored when tmux is started.
set -g @continuum-restore 'on'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

0 comments on commit 1cac855

Please sign in to comment.