commit 96a3c9b9391d74011af37ce096e4998e2541161e Author: Zev Averbach Date: Thu Oct 14 18:47:46 2021 +0000 first 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' +