From abc7daec3ee6e8191f47e15669bca7b605112a49 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 12 Aug 2025 23:27:56 +0200 Subject: [PATCH] Added Newsboat plugin on Tmux --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d7f86f5..de745b2 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,6 +29,7 @@ set -g @plugin 'catppuccin/tmux' set-option -g @plugin 'b0o/tmux-autoreload' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'tmux-plugins/tmux-newsboat' # Customizing Catppuccin theme set -g @catppuccin_flavour 'mocha' @@ -48,7 +49,7 @@ set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_directory_text "#{pane_current_path}" set-option -g status-position top -# Continuum optons +# Continuum options set -g @continuum-restore 'on' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)