From 4c02344fd0624f56b14ff1dee311de8ff17257b8 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sat, 23 Mar 2019 14:25:07 -0400 Subject: [PATCH] Added tmux-sidebarw --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index c3abe69..69f94af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-urlview' +set -g @plugin 'tmux-plugins/tmux-sidebar' set -g @plugin 'egel/tmux-gruvbox' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)