From 05c350a5aa1a4069d2df69c13749f787b861e5a8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 16:38:04 +0200 Subject: [PATCH] [ADD][TMUX] Better session management plugin --- tmux/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index a2d642b..037e1c7 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -18,6 +18,8 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-open' # Better pane management set -g @plugin 'tmux-plugins/tmux-pain-control' +# Better session management +set -g @plugin 'tmux-plugins/tmux-sessionist' # Suggested in `man tmux`, and added by tmux-sensible, with wrong file... bind-key R source-file ~/.config/tmux/tmux.conf \; \