From 36249eb5712efcace7ea195e399a8e6d651ebce4 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Sun, 22 Sep 2024 21:29:58 +0200 Subject: [PATCH] tmux: add sessions plugins --- dot_config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 79ea785..bed90fd 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -13,8 +13,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'catppuccin/tmux' set -g @plugin 'jabirali/tmux-tilish' set -g @plugin 'sunaku/tmux-navigate' +set -g @plugin '27medkamal/tmux-session-wizard' # Plugin options. +set -g @tilish-default 'main-vertical' set -g @tilish-navigate 'on' set -g @catppuccin_flavor 'macchiato'