From ccd8ab25916ef7fd1ff351f9116c988f3c7f5fa9 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Thu, 9 Apr 2026 21:20:45 +0200 Subject: [PATCH] no more tmux-pane-border --- term/.config/tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/term/.config/tmux/tmux.conf b/term/.config/tmux/tmux.conf index 992f367..c00da75 100644 --- a/term/.config/tmux/tmux.conf +++ b/term/.config/tmux/tmux.conf @@ -40,9 +40,6 @@ 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"