From 7528f0ebda55e2d0ba78b96d5684c8844f779a20 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 14 Nov 2023 10:38:52 +0900 Subject: [PATCH] feat(tmux): add prefix highlight plugin --- tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7291210..56d320f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -203,7 +203,8 @@ set-option -g status-left "\ set-option -g status-right "\ #[fg=colour214, bg=colour237] \ -#[fg=colour223, bg=colour237] #(~/dotfiles/tmux/scripts/uptime.sh) \ +#[fg=colour223, bg=colour237]#{prefix_highlight} \ +#[fg=colour223, bg=colour237]  #(~/dotfiles/tmux/scripts/uptime.sh) \ #[fg=colour246, bg=colour237]  %m/%d\ #[fg=colour109]  %H:%M \ #[fg=colour248, bg=colour239]" @@ -244,6 +245,7 @@ set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' # Other examples: # set -g @plugin 'github_username/plugin_name'