From c6caeb07e7d5d389026082f18d614cd189f5b8c5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 9 May 2023 12:50:19 -0500 Subject: [PATCH] deal with old tmux complaints --- home/private_dot_config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/tmux/tmux.conf b/home/private_dot_config/tmux/tmux.conf index b48af31..26a756a 100644 --- a/home/private_dot_config/tmux/tmux.conf +++ b/home/private_dot_config/tmux/tmux.conf @@ -52,7 +52,7 @@ set -g status-right "%b %d %Y %l:%M %p" set -g status-right-length 60 set -g window-status-last-style "fg=${thm_yellow}" -set -g pane-border-lines heavy +# set -g pane-border-lines heavy # old tmux doesn't have this? active_marker="#[fg=red,bold] λ " set -g window-status-current-format "#[bg=${thm_bg}]${active_marker}#[fg=green,bold]#W${active_marker}"