Mercurial > dotfiles.old
changeset 153:f733cdceff27
Add tmux plugin manager
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 21 Oct 2014 09:14:12 +0200 |
parents | 884d14e94710 |
children | 6355d2b31b9a |
files | .hgsub .hgsubstate tmux.conf |
diffstat | 3 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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