rose-pine / tmux

Soho vibes for tmux
MIT License
135 stars 48 forks source link

Field Seperator #32

Open Rithsagea opened 3 months ago

Rithsagea commented 3 months ago

The @rose_pine_field_separator field doesn't seem to do anything, and the | separator in the screenshots aren't recreatable. It looks like the variable field_separator is being set to it but not being used anywhere.

Lines 269-271

    local field_separator
    # NOTE: Don't remove
    field_separator="$(get_tmux_option "@rose_pine_field_separator" " | " )"

Are there any plans to reincorporate this feature into the plugin?