rspec-mode
rspec-mode copied to clipboard
add key bindings to compilation buffer
It would be handy if one could use the key bindings in the rspec compilation buffer. Some, like C-c , r, just make sense. Others, like C-c , s could look at the failing example closest to point and run that.
Some, like C-c , r, just make sense.
To re-run the compilation, you can just press g.
Thanks. Other keybindings, like C-c , f don't seem to have an equivalent, however.