From 88b95a0c3d6780afc6b13d9aecbdbe47a8a0456e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 27 Oct 2022 13:43:16 -0600 Subject: Add tmux-teasy plugin --- stow/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 4dd04cd..cd9d202 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -110,6 +110,7 @@ set-hook -g pane-focus-in 'run "echo I #{pane_id} $(date) >>/tmp/focus"' # List of plugins set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'https://git.codyhiar.com/misc/tmux-teasy' # No plugins for now # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -- cgit v1.2.3