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!
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:With the relevant text part of
tmux.confbeing: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.conffile... Any pointers? Thanks!