From e698594f5a1a6c991c7dc3d17768ce636e250844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 3 Sep 2023 14:21:02 +0200 Subject: [PATCH] update tmux configuration (add plugin manager) --- tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 66d90ee..661f662 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,5 @@ -set -g default-terminal "screen-256color" - +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' + +run '~/.tmux/plugins/tpm/tpm'