From 030da2dc347016bfe6d40b80543f4e33e2f90e57 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Fri, 19 Mar 2021 10:00:57 +0000 Subject: [PATCH] chore(config): tmux plugin manager --- config/tmux/tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index df87cc3..231a764 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -12,3 +12,11 @@ bind -n M-Down select-pane -D # Color set -g default-terminal "tmux-256color" + +# https://github.com/tmux-plugins/tpm +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +# Initialize TMUX plugin manager +run '~/.tmux/plugins/tpm/tpm'