diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index c834d428..30a126b6 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -76,3 +76,11 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l # Allow clearing screen with ctrl-l by using <prefix> C-l bind C-l send-keys 'C-l' bind C-k send-keys 'C-k' + +# Plugins +set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tpm' + +# Initialize TMUX plugin manager +run '~/.tmux/plugins/tpm/tpm'