From 2791170b7c6141dfe7871b4e29dac494dc4aead3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 13 Feb 2017 10:01:41 -0700 Subject: Adding tmux plugins --- tmux.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux.config b/tmux.config index 8ab82ad..5297ec6 100644 --- a/tmux.config +++ b/tmux.config @@ -72,3 +72,10 @@ set-option -g status-right "#(~/.tmux/powerline.sh right)" # Load/Ignore Mac specific options run-shell "bash ~/.tmux/check_os.sh" + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sessionist' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3