changeset 198:cd732b11bbcd

Add some tmux plugins
author zegervdv <zegervdv@me.com>
date Sat, 15 Nov 2014 09:49:07 +0100
parents 757b5e22e2ea
children b4999d36b3d2
files tmux.conf
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tmux.conf	Sat Nov 15 09:33:03 2014 +0100
+++ b/tmux.conf	Sat Nov 15 09:49:07 2014 +0100
@@ -82,9 +82,11 @@
 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      \
+set -g @tpm_plugins "               \
+  tmux-plugins/tpm                  \
+  tmux-plugins/tmux-sensible        \
+  tmux-plugins/tmux-resurrect       \
+  tmux-plugins/tmux-open            \
+  tmux-plugins/tmux-copycat         \
 "
 run-shell ~/.tmux/plugins/tpm/tpm