From 24afb3e6691f8cab384dbabc6073d3f168648d6d Mon Sep 17 00:00:00 2001 From: Vitor Melo Date: Sun, 15 Mar 2026 15:38:07 -0300 Subject: [PATCH] Add in tmux status COPY mode when activated (#5028) --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index efa5efbf..083abb63 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -83,7 +83,7 @@ set -gw automatic-rename-format '#{b:pane_current_path}' # Theme set -g status-style "bg=default,fg=default" set -g status-left "#[fg=black,bg=blue,bold] #S #[bg=default] " -set -g status-right "#[fg=blue]#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " +set -g status-right "#[fg=blue]#{?pane_in_mode,COPY ,}#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " set -g window-status-format "#[fg=brightblack] #I:#W " set -g window-status-current-format "#[fg=blue,bold] #I:#W " set -g pane-border-style "fg=brightblack"