changeset 243:367fd20ecfbc

Add auto resurrecting tmux plugin
author zegervdv <zegervdv@me.com>
date Tue, 17 Feb 2015 20:37:28 +0100
parents 0994a5f99432
children 50379acb4815
files tmux.conf
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tmux.conf	Tue Feb 17 20:35:15 2015 +0100
+++ b/tmux.conf	Tue Feb 17 20:37:28 2015 +0100
@@ -79,11 +79,13 @@
 # bind -t vi-copy 'v' begin-selection
 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"
 set-option -g default-command "reattach-to-user-namespace -l zsh"
+set -g @resurrect-auto-restore 'on'
 
 # Plugin Manager
 set -g @tpm_plugins "               \
   tmux-plugins/tpm                  \
   tmux-plugins/tmux-resurrect       \
+  tmux-plugins/tmux-resurrect-auto  \
   tmux-plugins/tmux-open            \
   tmux-plugins/tmux-copycat         \
 "