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)