@dvcrn: yes, works for me as well
split window like SPC w v
open some file in new pane, then try to move tab from right pane to left by SPC w H
How can I replace hash with in .proton?
"editor": {
"invisibles": {
"eol": " "
}}
This isn't correct I see ["editor.invisibles" ["eol" ""]]
["editor.invisibles.eol" " "]
may be this one?
or
["editor.invisibles" {:eol " "}]
thanks, both worked