From 34f8926c09bd19df4a5dbc847bad8da6672f9540 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sat, 28 Mar 2026 11:51:15 +0300 Subject: [PATCH] Add tmux plugins --- .tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 21ad37d..1e4f41d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,3 +8,11 @@ set-environment -g TZ Asia/Tel_Aviv # Show tmux messages for 4 seconds set-option -g display-time 4000 + +# tmux plugins list +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + +# init tmux plugins +run '~/.tmux/plugins/tpm/tpm'