diff options
author | Cody Hiar <cody@hiar.ca> | 2022-10-27 13:43:16 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2022-10-27 13:43:16 -0600 |
commit | 88b95a0c3d6780afc6b13d9aecbdbe47a8a0456e (patch) | |
tree | e8b5bbd5b4691c965083f8dbb3736fe83bc837ad | |
parent | 736246f2ea70b9e120908d97e153932f4b89f94a (diff) |
Add tmux-teasy plugin
-rw-r--r-- | stow/tmux/.tmux.conf | 1 |
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) |