From 045fc3a42ab6d513d42ef159bb86d4c412b1157b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 5 Jul 2023 17:19:03 -0400 Subject: [PATCH] Auto Update --- files/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.tmux.conf b/files/.tmux.conf index 02cd2ea..d448629 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -6,4 +6,6 @@ set -g mouse on set -g history-limit 30000 bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M" + +set -g @plugin 'dracula/tmux' run '/usr/share/tmux-plugin-manager/tpm'