From 59ab5a8c710fd3a7ac966df2be00c01014fa3958 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 12 Mar 2020 22:24:52 +0000 Subject: [PATCH] Added tmux plugins: resurrect, continuum --- tmux/.tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 67e8f18..4311401 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -86,6 +86,9 @@ set-option -g clock-mode-style 24 ########### # PLUGINS # ########### - +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-urlview' +