rspec-mode icon indicating copy to clipboard operation
rspec-mode copied to clipboard

add key bindings to compilation buffer

Open derikson opened this issue 9 years ago • 2 comments

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.

derikson avatar Jan 23 '17 23:01 derikson

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

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

dgutov avatar Jan 23 '17 23:01 dgutov

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

derikson avatar Jan 24 '17 00:01 derikson