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"