From 96a3c9b9391d74011af37ce096e4998e2541161e Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Thu, 14 Oct 2021 18:47:46 +0000 Subject: [PATCH] first --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..dd09a4c --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' +