pezra / rspec-mode

An RSpec minor mode for Emacs
257 stars 112 forks source link

add key bindings to compilation buffer #155

Open derikson opened 7 years ago

derikson commented 7 years ago

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.

dgutov commented 7 years ago

Some, like C-c , r, just make sense.

To re-run the compilation, you can just press g.

derikson commented 7 years ago

Thanks. Other keybindings, like C-c , f don't seem to have an equivalent, however.