comparison tmux.conf @ 198:cd732b11bbcd

Add some tmux plugins
author zegervdv <zegervdv@me.com>
date Sat, 15 Nov 2014 09:49:07 +0100
parents 0c8211e1c67a
children 3cc8f190eed9
comparison
equal deleted inserted replaced
197:757b5e22e2ea 198:cd732b11bbcd
80 # bind -t vi-copy 'v' begin-selection 80 # bind -t vi-copy 'v' begin-selection
81 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" 81 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"
82 set-option -g default-command "reattach-to-user-namespace -l zsh" 82 set-option -g default-command "reattach-to-user-namespace -l zsh"
83 83
84 # Plugin Manager 84 # Plugin Manager
85 set -g @tpm_plugins " \ 85 set -g @tpm_plugins " \
86 tmux-plugins/tpm \ 86 tmux-plugins/tpm \
87 tmux-plugins/tmux-sensible \ 87 tmux-plugins/tmux-sensible \
88 tmux-plugins/tmux-resurrect \ 88 tmux-plugins/tmux-resurrect \
89 tmux-plugins/tmux-open \
90 tmux-plugins/tmux-copycat \
89 " 91 "
90 run-shell ~/.tmux/plugins/tpm/tpm 92 run-shell ~/.tmux/plugins/tpm/tpm