Skip to content

Default text being appended to indicators despite being defined #822

@jontxu

Description

@jontxu

Hi,

I've been using oh-my-tmux for a while and I'm very happy, thank you and congratulations.

Since recently, and I'm not entirely sure whether it's because some tmux upgrade, the indicators (like the mouse) appear duplicated despite being defined. Well, technically the default value is appended.

So if I define this in tmux.conf.local:

tmux_conf_theme_mouse="󰟸 " # U+F07F8

With the relevant text part of tmux.conf being:

#     tmux_conf_theme_mouse=${tmux_conf_theme_mouse:-↗}                             # U+2198

I get 󰟸↗ as an output for some reason.

The same happens for the rest of indicators. If I remove the default value it works, but it defeats the point of not editing the tmux.conf file... Any pointers? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions