From f009dd3b68abfc9e3047f48b6c06b26d95c8cb3e Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Thu, 9 Apr 2026 20:54:31 +0200 Subject: [PATCH] tmux-pane-border --- term/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/term/.config/tmux/tmux.conf b/term/.config/tmux/tmux.conf index c00da75..992f367 100644 --- a/term/.config/tmux/tmux.conf +++ b/term/.config/tmux/tmux.conf @@ -40,6 +40,9 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +# Pane border highlighting +set -g @plugin 'kishisan/tmux-pane-border' + # Catppuccin theme set -g @plugin 'catppuccin/tmux' set -g @catppuccin_flavor "mocha"