Mercurial > dotfiles.old
comparison tmux.conf @ 252:f0d3b37101c0
Update vimplug
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 26 Feb 2015 08:09:30 +0100 |
parents | c6202489e95c |
children |
comparison
equal
deleted
inserted
replaced
251:c6202489e95c | 252:f0d3b37101c0 |
---|---|
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 @continuum-restore 'on' | 82 set -g @continuum-restore 'on' |
83 set -g @continuum-save-interval '15' | |
83 set -g @resurrect-processes 'weechat' | 84 set -g @resurrect-processes 'weechat' |
84 set -g @resurrect-strategy-vim 'session' | 85 set -g @resurrect-strategy-vim 'session' |
85 | 86 |
86 # Plugin Manager | 87 # Plugin Manager |
87 set -g @tpm_plugins " \ | 88 set -g @tpm_plugins " \ |