protorepl

jasongilman 2016-08-16T12:49:32.000169Z

@jgrimes: you may have already found this but the relevant code is here https://github.com/jasongilman/proto-repl/blob/master/lib/proto-repl.coffee#L535

jasongilman 2016-08-16T12:51:01.000173Z

Note that I haven't updated replumb in a while so that might be a good first step.

jasongilman 2016-08-16T22:36:01.000174Z

I've had keybinding issues since I first created Proto REPL. There seems to be no way to create a common set of keybindings that don't conflict with something. https://github.com/jasongilman/proto-repl/issues/147

2016-08-16T23:15:11.000176Z

coming from emacs most keybindings weren't the same anyway, so I've had to customize almost everything

fellshard 2016-08-16T23:20:23.000178Z

The node build chain makes me sad. Got node-gyp errors, then managed to get npm itself in a state that it can't even update itself 😐

fellshard 2016-08-16T23:21:03.000179Z

Gonna try to wipe node and start from scratch, 'cuz I really wanna keep using this toolset.

2016-08-16T23:25:59.000180Z

@jasongilman: don't push yourself too hard. Keybindings are a mess. There is no way to make everyone happy. I just disabled all keybindings in my atom jeje 😄 https://discuss.atom.io/t/key-binding-hell/12075

jasongilman 2016-08-16T23:58:18.000182Z

Thanks @carocad