tpope/vim-cucumber

Feature: Jump back to feature file?

brycefisher opened this issue · 2 comments

First off -- thank you 100000x! Jumping into a step definition is huge. I'd love to be able to jump back without resorting to a split screen (like I can with the tag stack). I tried all the commands listed in the README and none were quite what I was looking for. Thanks!

tpope commented

CTRL-O/CTRL-^ are as close as you're going to get.

Thanks!