From 134b761c4ae326b3099942a7b647170840badae7 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 25 Aug 2023 00:13:48 -0700 Subject: [PATCH] Useful note --- dotfiles/tmux.conf | 1 + 1 file changed, 1 insertion(+) 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'