proton

https://github.com/dvcrn/proton
geksilla 2016-03-09T09:13:30.000381Z

@dvcrn: yes, works for me as well

geksilla 2016-03-09T09:15:40.000382Z

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

2016-03-09T11:42:41.000383Z

How can I replace hash with in .proton?

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

2016-03-09T11:43:23.000384Z

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

2016-03-09T11:48:07.000386Z

@geksilla:

geksilla 2016-03-09T11:48:53.000387Z

["editor.invisibles.eol" " "]

geksilla 2016-03-09T11:49:01.000388Z

may be this one?

geksilla 2016-03-09T11:49:46.000389Z

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

2016-03-09T11:53:27.000390Z

thanks, both worked