From ba3c2ccfaeafa8447f37d185b72797cc6c41f177 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 18 Aug 2026 11:33:16 +0200 Subject: [PATCH] (fix) tmux: typo --- files/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index d0c53e2..7e476d3 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -96,7 +96,7 @@ set-option -g set-titles on set-option -g set-titles-string "#H: #W" # Pane borders -set -g pane-border-stlye fg=#c3c6b2 +set -g pane-border-style fg=#c3c6b2 set -g pane-active-border-style fg=#8da101 set -g pane-border-status top set -g pane-border-lines single