From d79b804e9302a2fc67ff8608f4818074da245522 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 27 Jan 2026 15:15:21 +0200 Subject: [PATCH] feat: Update tmux config. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c1d5c99..39c701c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,6 +10,9 @@ bind-key C-a send-prefix set -g mouse on set -g status-style bg=white,fg=black +set -g pane-active-border-style fg=yellow +set -g pane-border-style fg=gray +set -g pane-border-lines heavy # List of plugins set -g @plugin 'tmux-plugins/tpm'