diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-13 10:01:41 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-13 10:01:41 -0700 |
commit | 2791170b7c6141dfe7871b4e29dac494dc4aead3 (patch) | |
tree | 96f892fdb5c38f4b51c8f6e2c07934a63ff928e1 /tmux.config | |
parent | 9ee1bc87072b2a7d6cbd9f1b3c4ce17a386c8bd5 (diff) |
Adding tmux plugins
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 7 |
1 files changed, 7 insertions, 0 deletions
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' |