@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
Note that I haven't updated replumb in a while so that might be a good first step.
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
coming from emacs most keybindings weren't the same anyway, so I've had to customize almost everything
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 😐
Gonna try to wipe node and start from scratch, 'cuz I really wanna keep using this toolset.
@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
Thanks @carocad