From f30c6cbdd96c14da057453395e319f07f0740a15 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 4 Mar 2022 15:54:19 -0500 Subject: [PATCH] Added tmux-menus --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 9df03db..775f5b8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,6 +13,7 @@ set -g @plugin 'tmux-plugins/tmux-yank' #set -g @plugin 'tmux-plugins/tmux-urlview' set -g @plugin 'tmux-plugins/tmux-sidebar' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'jaclu/tmux-menus' set -g @plugin 'egel/tmux-gruvbox' set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'