# HG changeset patch # User zegervdv # Date 1424201848 -3600 # Node ID 367fd20ecfbc310ab669be6b7ee101d1f154d0d4 # Parent 0994a5f994329f56e5f8030f6e94161de15de235 Add auto resurrecting tmux plugin diff -r 0994a5f99432 -r 367fd20ecfbc tmux.conf --- 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 \ "