I’ve got vim nicely set up to run my specs in another tmux pane with a few keybindings, using vim-rspec and tslime. This works really well, but it’s even better if I can use the vim quickfix list to jump to each failing spec with a single keypress. I had a setup to do that … Continue reading RSpec3 + Vim Quickfix List