aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-10-27 13:43:16 -0600
committerCody Hiar <cody@hiar.ca>2022-10-27 13:43:16 -0600
commit88b95a0c3d6780afc6b13d9aecbdbe47a8a0456e (patch)
treee8b5bbd5b4691c965083f8dbb3736fe83bc837ad
parent736246f2ea70b9e120908d97e153932f4b89f94a (diff)
Add tmux-teasy plugin
-rw-r--r--stow/tmux/.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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)