We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab550d commit 1152082Copy full SHA for 1152082
mode_indicator.tmux
@@ -23,7 +23,7 @@ tmux_option() {
23
24
indicator_style() {
25
local -r style=$(tmux_option "$1" "$2")
26
- echo "${style:+#[${style/,/]#[}]}"
+ echo "${style:+#[${style//,/]#[}]}"
27
}
28
29
init_tmux_mode_indicator() {
0 commit comments