From 4808ba95a5c933bdfb3dd33a3d30e1f78817a11f Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 27 Feb 2023 14:08:00 +0100 Subject: [PATCH] tmux:TODO: Display when pane is in fullscreen mode Sometimes I forget that I maximized a pane as there is no visual indicator. --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 09f15e0..eb937e5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -188,6 +188,7 @@ if -F "#{<:#{version},3.2}" { set -g pane-active-border-style "#{?pane_in_mode,bg=#{@accent_color}#,fg=#{@ui_color},#{?synchronize-panes,fg=#{@sync_color},fg=#{@accent_color}}}" } +# TODO: display when pane is in fullscreen mode # Display in the status bar when the prefix was pressed, copy-mode is active, or # `synchronize-panes` is turned on set -g @prefix_highlight_fg '#{@accent_color}'