There was an error while loading. Please reload this page.
1 parent 86dbe8f commit 448fc65Copy full SHA for 448fc65
prefix_highlight.tmux
@@ -27,7 +27,7 @@ tmux_option() {
27
highlight() {
28
local -r status="$1" prefix="$2" fg_color="$3" bg_color="$4"
29
local -r status_value=$(tmux_option "$status")
30
- local -r highlight_on_prefix="#[fg=$fg_color,bg=$bg_color]#{?client_prefix, $prefix ,}"
+ local -r highlight_on_prefix="#[fg=$fg_color,bg=$bg_color]#{?client_prefix, $prefix ,}#[fg=default,bg=default]"
31
32
tmux set-option -gq "$status" "${status_value/$place_holder/$highlight_on_prefix}"
33
}
0 commit comments