Mercurial > dotfiles.old
diff tmux.conf @ 243:367fd20ecfbc
Add auto resurrecting tmux plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 17 Feb 2015 20:37:28 +0100 |
parents | 1d9bec72b9b3 |
children | c3fa40982d74 |
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 \ "