comparison tmux.conf @ 153:f733cdceff27

Add tmux plugin manager
author zegervdv <zegervdv@me.com>
date Tue, 21 Oct 2014 09:14:12 +0200
parents 0d420021bd5d
children ca5ddc6081dc
comparison
equal deleted inserted replaced
152:884d14e94710 153:f733cdceff27
64 # Local config 64 # Local config
65 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' 65 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
66 # bind -t vi-copy 'v' begin-selection 66 # bind -t vi-copy 'v' begin-selection
67 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" 67 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"
68 set-option -g default-command "reattach-to-user-namespace -l zsh" 68 set-option -g default-command "reattach-to-user-namespace -l zsh"
69
70 # Plugin Manager
71 set -g @tpm_plugins " \
72 tmux-plugins/tpm \
73 tmux-plugins/tmux-sensible \
74 tmux-plugins/tmux-resurrect \
75 "
76 run-shell ~/.tmux/plugins/tpm/tpm