diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 08f4e09..2fc9614 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -29,6 +29,7 @@ setw -g monitor-activity off set -g bell-action none # PLUGINS +# To install plugins: C-x I set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator'