From 0e4316853cc495a54b9b1c71c96e6df893835b52 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Thu, 8 Apr 2021 12:14:41 -0500 Subject: [PATCH] tmux sidebar --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3932e5b..86e2866 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,6 +4,7 @@ set-option -g status-position top set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'dracula/tmux' +set -g @plugin 'tmux-plugins/tmux-sidebar' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'