Fork me on GitHub
#proton
<
2016-02-18
>
austincrft00:02:26

When compiling or trying to run proto-repl

jessejanderson01:02:12

Just left the comp for dinner. Assuming you saw the error I just posted. I'll be back at my machine in an hour or so.

dvcrn01:02:27

enjoy your dinner!

jessejanderson04:02:23

found my issue - I tried to make a keybinding that it didn’t like.

jessejanderson04:02:29

:/ {:action "fuzzy-grep:toggle”}

ikhthiandor04:02:27

Hello, new user here. How do I rebind 'ESC' to 'jj' in my .proton?

ikhthiandor04:02:28

Never mind. I figured it out.

dvcrn07:02:58

@ikhthiandor: yeah - we put a little note at the bottom of the .proton file simple_smile

geksilla08:02:08

@dvcrn lets just include atom-fuzzy-grep to core layer 😛

geksilla08:02:09

it works pretty well, except that there is no multiproject greping (

geksilla08:02:36

but I'll add it some day )

lucien.knechtli15:02:54

Has there been any thought given to moving towards a git-flow type workflow for this project?

geksilla19:02:43

@lucien.knechtli currently we have no contributing guidline, but definitely need it

geksilla19:02:20

and since github added pr and issue templates we can also use it

lucien.knechtli19:02:55

haven't tried using pr or issue templates, but it looks like it would be a good idea to use them

lucien.knechtli19:02:06

I think that what I like most about git-flow is that you have a release branch (ie master) instead of relying on tags