Mercurial > dotfiles.old
comparison tmux.conf @ 251:c6202489e95c
Set configs for tmux-resurrect
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 25 Feb 2015 09:53:52 +0100 |
parents | 7a595f9ef896 |
children | f0d3b37101c0 |
comparison
equal
deleted
inserted
replaced
250:7a595f9ef896 | 251:c6202489e95c |
---|---|
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 set -g @continuum-restore 'on' |
83 set -g @resurrect-processes 'weechat' | |
84 set -g @resurrect-strategy-vim 'session' | |
83 | 85 |
84 # Plugin Manager | 86 # Plugin Manager |
85 set -g @tpm_plugins " \ | 87 set -g @tpm_plugins " \ |
86 tmux-plugins/tpm \ | 88 tmux-plugins/tpm \ |
87 tmux-plugins/tmux-resurrect \ | 89 tmux-plugins/tmux-resurrect \ |