Fork me on GitHub
#proton
<
2016-03-09
>
geksilla09:03:30

@dvcrn: yes, works for me as well

geksilla09:03:40

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

maksim11:03:41

How can I replace hash with in .proton?

"editor": {
		"invisibles": {
			"eol": " "
		}}

maksim11:03:23

This isn't correct I see ["editor.invisibles" ["eol" ""]]

geksilla11:03:53

["editor.invisibles.eol" " "]

geksilla11:03:01

may be this one?

geksilla11:03:46

or ["editor.invisibles" {:eol " "}]

maksim11:03:27

thanks, both worked