From eceaecd97660181704c9f63c5b188a9d17299d8c Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Apr 2018 21:16:23 +0900 Subject: tmux.conf added TPM plugin manager --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 25ca76b..4d9a09f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -92,3 +92,13 @@ set-option -g display-panes-colour colour244 # right status bar set -g status-right '#H #[fg=colour226,bg=colour239] %d/%m #[fg=colour226,bg=colour239] %H:%M ' set -g status-right-length 50 + +### Plugins + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'johannst/tmux-save-bash-env' + +# Initialize TMUX plugin manager +run-shell '~/.tmux/plugins/tpm/tpm' + -- cgit v1.2.3