add basic ruby contrib layer #228
Conversation
Looks awesome |
<kbd>SPC m g</kbd> go to definition (robe-jump) | ||
<kbd>SPC m d</kbd> go to Documentation | ||
<kbd>SPC m R</kbd> reload environment (Rails) | ||
|
|
||
<kbd>SPC m t f</kbd> run test file | ||
<kbd>SPC m t p</kbd> run test at pointer | ||
|
syl20bnr
Dec 9, 2014
Owner
I updated the conventions for key bindings, it gives us:
m t b
to test the buffer/file
m t f
to test the function under point
I updated the conventions for key bindings, it gives us:
m t b
to test the buffer/filem t f
to test the function under point
This is a very cool layer ! Nice choice of key bindings, I'm sure that I prefer |
Ideally we should have a good symmetry between |
Maybe you could also bind the |
@syl20bnr I see the conventions, yep they make sense, I'll amend the PR. |
I merged the layer and changed:
Great layer ! Thank you ! |
great, thx for merging, I'll try to add to it over time On Wed, Dec 10, 2014 at 5:03 AM, Sylvain Benner notifications@github.com
Riccardo CAMBIASSI |
this contrib layer does a few things:
ruby-mode
forenh-ruby-mode
robe-mode
to pilotinf-ruby
and sets a few convenient keybindingsruby-test-mode
rbenv
It's all pretty basic for now, I hope I'll be able to refine it over time.