# HG changeset patch # User zegervdv # Date 1413875652 -7200 # Node ID f733cdceff2731e803ce604f6398e41be1a3053b # Parent 884d14e94710fc925f6538b933385991c320ffb3 Add tmux plugin manager diff -r 884d14e94710 -r f733cdceff27 .hgsub --- a/.hgsub Tue Oct 21 09:07:09 2014 +0200 +++ b/.hgsub Tue Oct 21 09:14:12 2014 +0200 @@ -62,3 +62,4 @@ vim/bundle/vimux = [git]https://github.com/benmills/vimux.git vim/bundle/tmuxline = [git]https://github.com/edkolev/tmuxline.vim.git vim/bundle/unite-everything = [git]https://github.com/sgur/unite-everything.git +tmux/plugins/tpm = [git]https://github.com/tmux-plugins/tpm diff -r 884d14e94710 -r f733cdceff27 .hgsubstate --- a/.hgsubstate Tue Oct 21 09:07:09 2014 +0200 +++ b/.hgsubstate Tue Oct 21 09:14:12 2014 +0200 @@ -1,3 +1,4 @@ +804a90707cf15c4ceb3452ae8783b7c1afa04aa5 tmux/plugins/tpm 2cbe946206ec622d9d8cf2c99317f204c4d41885 vim/bundle/a d932b4491a35a0a85f1334223e315caac5e5cb0d vim/bundle/abolish 303bceff1c8ab1145d114083582b1aeac9de7a85 vim/bundle/ack diff -r 884d14e94710 -r f733cdceff27 tmux.conf --- a/tmux.conf Tue Oct 21 09:07:09 2014 +0200 +++ b/tmux.conf Tue Oct 21 09:14:12 2014 +0200 @@ -66,3 +66,11 @@ # bind -t vi-copy 'v' begin-selection # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" set-option -g default-command "reattach-to-user-namespace -l zsh" + +# Plugin Manager +set -g @tpm_plugins " \ + tmux-plugins/tpm \ + tmux-plugins/tmux-sensible \ + tmux-plugins/tmux-resurrect \ +" +run-shell ~/.tmux/plugins/tpm/tpm