proton

https://github.com/dvcrn/proton
dvcrn 2016-10-16T00:53:47.000129Z

yeah you need the clojure layer to have syntax highlighting for edn

dvcrn 2016-10-16T00:55:10.000130Z

@jpinnix the iex part I'm not sure. Gonna check on that. For the resource part, we are currently trying to write a manual but that's not in there yet. In general everything you need is inside b and w categories. The key-helper can be a great way to learn proton step by step

1👍
dvcrn 2016-10-16T00:57:33.000131Z

SPC w v for vertical splitting SPC l or CTRL-w-l for jumping between panes, SPC b b to jump between open files (buffer list)

dvcrn 2016-10-16T00:57:45.000132Z

but yes, a manual is coming soon

mathpunk 2016-10-16T01:56:24.000133Z

@dvcrn: Is the manual open source somewhere? I have been wanting to contribute to proton somehow, either in making it more consistent with vim or in writing what i learn as i configure it

dvcrn 2016-10-16T04:02:30.000134Z

@mathpunk anywhere is okay really! We started here - https://github.com/dvcrn/proton/blob/master/MANUAL.md

dvcrn 2016-10-16T04:02:38.000136Z

but doesn't mean it has to stay in that md file

dvcrn 2016-10-16T04:04:26.000138Z

similar to what spacemacs did before, with a big manual readme file. But if you know a cool html page generator, that's ok as well!