Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
242:0994a5f99432 | 243:367fd20ecfbc |
---|---|
77 # Local config | 77 # Local config |
78 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' | 78 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' |
79 # bind -t vi-copy 'v' begin-selection | 79 # bind -t vi-copy 'v' begin-selection |
80 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" | 80 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" |
81 set-option -g default-command "reattach-to-user-namespace -l zsh" | 81 set-option -g default-command "reattach-to-user-namespace -l zsh" |
82 set -g @resurrect-auto-restore 'on' | |
82 | 83 |
83 # Plugin Manager | 84 # Plugin Manager |
84 set -g @tpm_plugins " \ | 85 set -g @tpm_plugins " \ |
85 tmux-plugins/tpm \ | 86 tmux-plugins/tpm \ |
86 tmux-plugins/tmux-resurrect \ | 87 tmux-plugins/tmux-resurrect \ |
88 tmux-plugins/tmux-resurrect-auto \ | |
87 tmux-plugins/tmux-open \ | 89 tmux-plugins/tmux-open \ |
88 tmux-plugins/tmux-copycat \ | 90 tmux-plugins/tmux-copycat \ |
89 " | 91 " |
90 run-shell ~/.tmux/plugins/tpm/tpm | 92 run-shell ~/.tmux/plugins/tpm/tpm |