diff 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
line wrap: on
line diff
--- 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